exit system.c, mutt_system goes into lib-sys/
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index 490989d..b1270ea 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -73,9 +73,6 @@ typedef struct {
   int op;                       /* function op */
 } event_t;
 
-/* flags for _mutt_system() */
-#define M_DETACH_PROCESS       1       /* detach subprocess from group */
-
 /* flags for mutt_FormatString() */
 typedef enum {
   M_FORMAT_FORCESUBJ = (1 << 0),        /* print the subject even if unchanged */