From bc798c77e54f73b637e02bdc02bd799660adb7b7 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 14 Feb 2010 07:24:03 +0000 Subject: 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 --- hw/loader.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/loader.h') 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); -- cgit v1.2.3