From 2bfdab638a463da3e3a7d399b3bf3162f4ed08df Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 4 Oct 2008 07:22:29 +0000 Subject: Move nographic export to sysemu.h git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5414 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/fw_cfg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/fw_cfg.c') diff --git a/hw/fw_cfg.c b/hw/fw_cfg.c index 0012d10..4e68670 100644 --- a/hw/fw_cfg.c +++ b/hw/fw_cfg.c @@ -259,7 +259,6 @@ void *fw_cfg_init(uint32_t ctl_port, uint32_t data_port, { FWCfgState *s; int io_ctl_memory, io_data_memory; - extern int nographic; s = qemu_mallocz(sizeof(FWCfgState)); if (!s) -- cgit v1.1