summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost2016-04-19 21:55:26 +0200
committerEduardo Habkost2016-05-20 19:28:54 +0200
commitd29345d011114b90f0a6871fb0d46a7741c6c33c (patch)
treee1684dfa2ca418808d37843357425a75e10f6a0c /include
parentvl: Replace DT_NOGRAPHIC with machine option (diff)
downloadqemu-d29345d011114b90f0a6871fb0d46a7741c6c33c.tar.gz
qemu-d29345d011114b90f0a6871fb0d46a7741c6c33c.tar.xz
qemu-d29345d011114b90f0a6871fb0d46a7741c6c33c.zip
vl: Make display_type a local variable
Now display_type is only used inside main(), and don't need to be a global variable. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/sysemu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 6076b80048..7e9f93ebb1 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -155,7 +155,6 @@ extern int vga_interface_type;
extern int graphic_width;
extern int graphic_height;
extern int graphic_depth;
-extern DisplayType display_type;
extern int display_opengl;
extern const char *keyboard_layout;
extern int win2k_install_hack;