aboutsummaryrefslogtreecommitdiffstats
path: root/hw/loader.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-02-14 07:24:03 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-02-14 07:24:03 +0000
commitbc798c77e54f73b637e02bdc02bd799660adb7b7 (patch)
treebdf6a28d98d9f030d501d7b112d576437419f522 /hw/loader.h
parentee0dc6d3937e10d9813ede4710bdcb9a4687d96f (diff)
Remove conditional rom loading support
Commit c2039bd0ffce8807e0eaac55254fde790825fa92 made rom loading automatic for non-PC architectures. Remove now mostly unused conditional rom loading support. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/loader.h')
-rw-r--r--hw/loader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/loader.h b/hw/loader.h
index 8ff3c9445..56676e16c 100644
--- a/hw/loader.h
+++ b/hw/loader.h
@@ -41,7 +41,6 @@ void do_info_roms(Monitor *mon);
#define PC_ROM_ALIGN 0x800
#define PC_ROM_SIZE (PC_ROM_MAX - PC_ROM_MIN_VGA)
-extern int rom_enable_driver_roms;
int rom_add_vga(const char *file);
int rom_add_option(const char *file);