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:
Hervé Poussineau 2013-02-10 23:11:05 +01:00 committed by Stefan Hajnoczi
parent 7d2a929feb
commit 87f1361c19
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ typedef enum DisplayType
} DisplayType;
extern int autostart;
extern int bios_size;
typedef enum {
VGA_NONE, VGA_STD, VGA_CIRRUS, VGA_VMWARE, VGA_XENFB, VGA_QXL,