From 93ec8b321cb0004e49684e5b8d68b95828658989 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 31 Aug 2009 16:07:33 +0200 Subject: [PATCH] cirrus_vga: CIRRUS_HOOK_* is not used anymore Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- hw/cirrus_vga.c | 5 ----- 1 file changed, 5 deletions(-) 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) \ -- 2.11.0