From: Juan Quintela Date: Mon, 31 Aug 2009 14:07:33 +0000 (+0200) Subject: cirrus_vga: CIRRUS_HOOK_* is not used anymore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=93ec8b321cb0004e49684e5b8d68b95828658989;p=qemu.git cirrus_vga: CIRRUS_HOOK_* is not used anymore Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c index 0ef8452d14..5cdb11f9cb 100644 --- a/hw/cirrus_vga.c +++ b/hw/cirrus_vga.c @@ -208,11 +208,6 @@ #define CIRRUS_PNPMMIO_SIZE 0x1000 - -/* I/O and memory hook */ -#define CIRRUS_HOOK_NOT_HANDLED 0 -#define CIRRUS_HOOK_HANDLED 1 - #define ABS(a) ((signed)(a) > 0 ? a : -a) #define BLTUNSAFE(s) \