diff options
author | yuchenlin <yuchenlin@synology.com> | 2018-10-22 16:00:53 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2018-10-26 17:17:32 +0200 |
commit | 495958ae0f9e5020cce61afd8d8066fafcb8bf23 (patch) | |
tree | 21b65be544018c5827cd3399d2f83270d81bfbd1 /hw | |
parent | 7bdf199ffe76e631d7eaff8cc27c8c2ab68f6978 (diff) | |
download | qemu-495958ae0f9e5020cce61afd8d8066fafcb8bf23.zip qemu-495958ae0f9e5020cce61afd8d8066fafcb8bf23.tar.gz qemu-495958ae0f9e5020cce61afd8d8066fafcb8bf23.tar.bz2 |
vga_int: remove unused function protype
Signed-off-by: yuchenlin <yuchenlin@synology.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20181022080053.9379-1-yuchenlin@synology.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/display/vga_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/vga_int.h b/hw/display/vga_int.h index 6e4fa48..55c418e 100644 --- a/hw/display/vga_int.h +++ b/hw/display/vga_int.h @@ -166,7 +166,6 @@ MemoryRegion *vga_init_io(VGACommonState *s, Object *obj, const MemoryRegionPortio **vbe_ports); void vga_common_reset(VGACommonState *s); -void vga_sync_dirty_bitmap(VGACommonState *s); void vga_dirty_log_start(VGACommonState *s); void vga_dirty_log_stop(VGACommonState *s); |