Unused ‽
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index b1c5995..21ef4a7 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -15,7 +15,7 @@
 #include <lib-mime/mime.h>
 #include <lib-lua/lib-lua.h>
 
-#define MUTT_VERSION (VERSION)
+#define MUTT_VERSION  VERSION
 
 /* nifty trick I stole from ELM 2.5alpha. */
 #ifdef MAIN_C
@@ -182,11 +182,6 @@ enum {
 #define SENDRESEND     (1<<6)
 #define SENDNEWS       (1<<7)
 
-/* flags to mutt_select_file() */
-#define M_SEL_BUFFY    (1<<0)
-#define M_SEL_MULTI    (1<<1)
-#define M_SEL_FOLDER   (1<<2)
-
 /* boolean vars */
 enum {
   OPTALLOW8BIT,