aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2016-04-19 16:55:27 -0300
committerEduardo Habkost <ehabkost@redhat.com>2016-05-20 14:28:54 -0300
commit0cb48c4678af6e1fedbb48c52e5baa01f7266f54 (patch)
treedb876acabf089e903809c0483b0882202f1f2db7 /include
parentd29345d011114b90f0a6871fb0d46a7741c6c33c (diff)
vl: Move DisplayType typedef to vl.c
Now the type is only used inside vl.c and doesn't need to be in a header file. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/sysemu.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 7e9f93ebb1..618169c4d5 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -131,16 +131,6 @@ void qemu_savevm_send_postcopy_ram_discard(QEMUFile *f, const char *name,
int qemu_loadvm_state(QEMUFile *f);
-typedef enum DisplayType
-{
- DT_DEFAULT,
- DT_CURSES,
- DT_SDL,
- DT_COCOA,
- DT_GTK,
- DT_NONE,
-} DisplayType;
-
extern int autostart;
typedef enum {