mirror of https://github.com/xqemu/xqemu.git
Remove forward declaration of non-existant variable
This variable has been removed 5 years ago in 970ac5a308
.
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
7d2a929feb
commit
87f1361c19
|
@ -94,7 +94,6 @@ typedef enum DisplayType
|
||||||
} DisplayType;
|
} DisplayType;
|
||||||
|
|
||||||
extern int autostart;
|
extern int autostart;
|
||||||
extern int bios_size;
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
VGA_NONE, VGA_STD, VGA_CIRRUS, VGA_VMWARE, VGA_XENFB, VGA_QXL,
|
VGA_NONE, VGA_STD, VGA_CIRRUS, VGA_VMWARE, VGA_XENFB, VGA_QXL,
|
||||||
|
|
Loading…
Reference in New Issue