diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2012-09-08 12:58:09 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2012-10-06 18:48:39 +0200 |
commit | 457ebdcd91aa7f0df094e12a8c46235f0c7d4f9b (patch) | |
tree | 82ed899a26883abf4c1a37810095118fc83cf901 /hw/vga-pci.h | |
parent | f642dfce199eecda5a558ce94c17a34707d63ccd (diff) | |
download | qemu-457ebdcd91aa7f0df094e12a8c46235f0c7d4f9b.zip qemu-457ebdcd91aa7f0df094e12a8c46235f0c7d4f9b.tar.gz qemu-457ebdcd91aa7f0df094e12a8c46235f0c7d4f9b.tar.bz2 |
vga: cleanup after isa_vga_init() and pci_vga_init() conversion
Now that all machines call isa_vga_init() or pci_vga_init(), some unused
code can be removed.
Cc: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/vga-pci.h')
-rw-r--r-- | hw/vga-pci.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/vga-pci.h b/hw/vga-pci.h deleted file mode 100644 index d111cdc..0000000 --- a/hw/vga-pci.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef VGA_PCI_H -#define VGA_PCI_H - -#include "qemu-common.h" - -/* vga-pci.c */ -DeviceState *pci_std_vga_init(PCIBus *bus); - -/* cirrus_vga.c */ -DeviceState *pci_cirrus_vga_init(PCIBus *bus); - -#endif |