From 4e307fc883b39c89ffc093c79eb9c9735724d227 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 8 Dec 2009 13:11:37 +0100 Subject: Revert "monitor: Command-line flag to enable control mode" This reverts commit adcb181afe5a951c521411c7a8e9d9b791aa6742. Conflicts: monitor.h Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- monitor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index 38cc2238a9..6ed117a920 100644 --- a/monitor.h +++ b/monitor.h @@ -24,7 +24,6 @@ typedef enum MonitorEvent { } MonitorEvent; void monitor_protocol_event(MonitorEvent event, QObject *data); -const char *monitor_cmdline_parse(const char *cmdline, int *flags); void monitor_init(CharDriverState *chr, int flags); int monitor_suspend(Monitor *mon); -- cgit v1.2.1