aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--monitor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/monitor.h b/monitor.h
index fc80bcb..c94a3c8 100644
--- a/monitor.h
+++ b/monitor.h
@@ -11,9 +11,6 @@ extern Monitor *cur_mon;
extern Monitor *default_mon;
/* flags for monitor_init */
-#define MONITOR_IS_DEFAULT 0x01
-#define MONITOR_USE_READLINE 0x02
-
#define MONITOR_IS_DEFAULT 0x01
#define MONITOR_USE_READLINE 0x02
#define MONITOR_USE_CONTROL 0x04