From: yuchenlin Date: Mon, 22 Oct 2018 08:00:53 +0000 (+0800) Subject: vga_int: remove unused function protype X-Git-Tag: v3.1.0-rc0~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e69a10f468d8f6aa6c00a4308f5a8e1f2fd6b3a1;p=thirdparty%2Fqemu.git vga_int: remove unused function protype Signed-off-by: yuchenlin Reviewed-by: Philippe Mathieu-Daudé Message-id: 20181022080053.9379-1-yuchenlin@synology.com Signed-off-by: Gerd Hoffmann --- diff --git a/hw/display/vga_int.h b/hw/display/vga_int.h index 6e4fa48a79b..55c418eab55 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);