make the generation of mime-token.[hc] a bit more effficient.
[apps/madmutt.git] / init.h
diff --git a/init.h b/init.h
index 1c93283..3f149ca 100644 (file)
--- a/init.h
+++ b/init.h
@@ -17,8 +17,6 @@
 # include "sort.h"
 #endif
 
-#include <lib-lib/debug.h>
-
 #include "buffy.h"
 #include "mutt.h"
 #include "version.h"
@@ -513,24 +511,6 @@ struct option_t MuttVars[] = {
    ** rest of the string are expanded in the \fIC\fP locale (that is in US
    ** English).
    */
-#ifdef DEBUG
-  {"debug_level", DT_NUM, R_NONE, UL &DebugLevel, "1" },
-  /*
-   ** .pp
-   ** Availability: debug
-   **
-   ** .pp
-   ** This variable specifies the current debug level and
-   ** may be used to increase or decrease the verbosity level
-   ** during runtime. It overrides the level given with the
-   ** \fT-d\fP command line option.
-   **
-   ** .pp
-   ** Currently, this number must be >= 0 and <= 5 and madmutt
-   ** must be started with \fT-d\fP to enable debugging at all;
-   ** enabling at runtime is not possible.
-   */
-#endif
   {"default_hook", DT_STR, R_NONE, UL &DefaultHook, "~f %s !~P | (~P ~C %s)"},
   /*
    ** .pp