diff options
author | yuchenlin | 2018-10-22 10:00:53 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2018-10-29 10:43:48 +0100 |
commit | e69a10f468d8f6aa6c00a4308f5a8e1f2fd6b3a1 (patch) | |
tree | 44174aba2ba49cf97f6d156f5ec228c4b05c3925 /hw/display/vga_int.h | |
parent | qxl: store channel id in qxl->id (diff) | |
download | qemu-e69a10f468d8f6aa6c00a4308f5a8e1f2fd6b3a1.tar.gz qemu-e69a10f468d8f6aa6c00a4308f5a8e1f2fd6b3a1.tar.xz qemu-e69a10f468d8f6aa6c00a4308f5a8e1f2fd6b3a1.zip |
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: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/vga_int.h')
-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 6e4fa48a79..55c418eab5 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); |