mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
cfc58cf373
commit
d29345d011
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue