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) \