diff mbox

[23/23] cirrus_vga: CIRRUS_HOOK_* is not used anymore

Message ID 31733044c492026be00f1df53997dfa2a5e77a2e.1251725416.git.quintela@redhat.com
State Superseded
Headers show

Commit Message

Juan Quintela Aug. 31, 2009, 2:07 p.m. UTC
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 hw/cirrus_vga.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
diff mbox

Patch

diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c
index 0ef8452..5cdb11f 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) \