]> git.proxmox.com Git - mirror_qemu.git/commitdiff
vga_int: remove unused function protype
authoryuchenlin <yuchenlin@synology.com>
Mon, 22 Oct 2018 08:00:53 +0000 (16:00 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 29 Oct 2018 09:43:48 +0000 (10:43 +0100)
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: Gerd Hoffmann <kraxel@redhat.com>
hw/display/vga_int.h

index 6e4fa48a79b73ae560214517ae5328b2890e5682..55c418eab551c2c728b6e7570b2e59c4eefb6078 100644 (file)
@@ -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);