From 46d15c4f2636ca04f975bd38a0949e8aa6f3ee04 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 23 Dec 2010 00:39:06 +0100 Subject: monitor.h: cleanup Change-Id: I364390a724cd01d7b6e127750c330654b78ac229 --- monitor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'monitor.h') 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 -- cgit v1.1