move all score things to lua.
[apps/madmutt.git] / init.h
diff --git a/init.h b/init.h
index 49b87d2..ae59a4f 100644 (file)
--- a/init.h
+++ b/init.h
@@ -13,7 +13,6 @@
 
 #include "sort.h"
 #include "mutt.h"
-#include "score.h"
 
 #ifndef _MAKEDOC
 #define DT_MASK         0x0f
@@ -2606,11 +2605,9 @@ struct command_t Commands[] = {
     {"macro",               mutt_parse_macro,      0},
     {"mono",                mutt_parse_mono,       0},
     {"push",                mutt_parse_push,       0},
-    {"score",               mutt_parse_score,      0},
     {"uncolor",             mutt_parse_uncolor,    0},
     {"unhook",              mutt_parse_unhook,     0},
     {"unmono",              mutt_parse_unmono,     0},
-    {"unscore",             mutt_parse_unscore,    0},
     {"alias",               parse_alias,           0},
     {"attachments",         parse_attachments,     0 },
     {"my_hdr",              parse_my_hdr,          0},