diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-31 16:07:33 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-09 14:55:16 -0500 |
commit | 93ec8b321cb0004e49684e5b8d68b95828658989 (patch) | |
tree | a16efeafe5073c541fc83f5dd5a83be81bc59d95 /hw/cirrus_vga.c | |
parent | 4ec1ce048ef7de2e9dc9412f42ec631fefa35467 (diff) |
cirrus_vga: CIRRUS_HOOK_* is not used anymore
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/cirrus_vga.c')
-rw-r--r-- | hw/cirrus_vga.c | 5 |
1 files changed, 0 insertions, 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) \ |