diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-16 16:33:01 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-16 16:33:01 +0000 |
commit | d78f399542b0b81fab67f31c9a88665943f0571d (patch) | |
tree | 78000d67343db1e17e038986d492d6918d335d18 /hw/cirrus_vga.c | |
parent | 7f70c93716412b0874ae231c2f5416edccb22e7f (diff) |
Delete some unused macros detected with -Wp,-Wunused-macros use
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6856 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/cirrus_vga.c')
-rw-r--r-- | hw/cirrus_vga.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c index fb8218990b..08fd4c29a6 100644 --- a/hw/cirrus_vga.c +++ b/hw/cirrus_vga.c @@ -49,8 +49,6 @@ * ***************************************/ -#define qemu_MIN(a,b) ((a) < (b) ? (a) : (b)) - // ID #define CIRRUS_ID_CLGD5422 (0x23<<2) #define CIRRUS_ID_CLGD5426 (0x24<<2) @@ -173,10 +171,6 @@ #define CIRRUS_MMIO_LINEDRAW_MODE 0x39 // byte #define CIRRUS_MMIO_BLTSTATUS 0x40 // byte -// PCI 0x02: device -#define PCI_DEVICE_CLGD5462 0x00d0 -#define PCI_DEVICE_CLGD5465 0x00d6 - // PCI 0x04: command(word), 0x06(word): status #define PCI_COMMAND_IOACCESS 0x0001 #define PCI_COMMAND_MEMACCESS 0x0002 |