From bdbcb547cf96fc1794b31003cbae1c7a37c4d205 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Tue, 11 Oct 2016 21:41:21 +0400 Subject: monitor: deprecate 'default' option This option does nothing since commit 06ac27f. Deprecate it. Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster Signed-off-by: Michael Tokarev --- include/monitor/monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/monitor/monitor.h b/include/monitor/monitor.h index a714d8ef80..8cc532ec0e 100644 --- a/include/monitor/monitor.h +++ b/include/monitor/monitor.h @@ -9,7 +9,7 @@ extern Monitor *cur_mon; /* flags for monitor_init */ -#define MONITOR_IS_DEFAULT 0x01 +/* 0x01 unused */ #define MONITOR_USE_READLINE 0x02 #define MONITOR_USE_CONTROL 0x04 #define MONITOR_USE_PRETTY 0x08 -- cgit v1.2.3-55-g7522