diff options
-rw-r--r-- | monitor.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |