projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d2a929
)
Remove forward declaration of non-existant variable
author
Hervé Poussineau
<hpoussin@reactos.org>
Sun, 10 Feb 2013 22:11:05 +0000
(23:11 +0100)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Thu, 21 Feb 2013 09:33:39 +0000
(10:33 +0100)
This variable has been removed 5 years ago in
970ac5a3082428dca91171f270dcd95d6f4b2636
.
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/sysemu/sysemu.h
patch
|
blob
|
history
diff --git
a/include/sysemu/sysemu.h
b/include/sysemu/sysemu.h
index 1d9599e5f497e6d281fc32ac790efcf87152e316..ae49088d426913d3b53b9681e312708a5ce7b343 100644
(file)
--- a/
include/sysemu/sysemu.h
+++ b/
include/sysemu/sysemu.h
@@
-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,