diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-13 12:17:13 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-04-16 09:03:48 +0200 |
commit | 98a9ad9082284df62fb5b9355dd1901639de8268 (patch) | |
tree | 40482586991aa912fc5a75d40182e9ef961d98fa /include/ui | |
parent | 36671fbd06f31efc592c37acda3f8a75599e48e0 (diff) | |
download | qemu-98a9ad9082284df62fb5b9355dd1901639de8268.zip qemu-98a9ad9082284df62fb5b9355dd1901639de8268.tar.gz qemu-98a9ad9082284df62fb5b9355dd1901639de8268.tar.bz2 |
console: move gui_update+gui_setup_refresh from vl.c into console.c
Pure code motion, no functional changes.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/console.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index d6e3e92..d92626b 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -213,8 +213,6 @@ static inline int is_buffer_shared(DisplaySurface *surface) return !(surface->flags & QEMU_ALLOCATED_FLAG); } -void gui_setup_refresh(DisplayState *ds); - void register_displaychangelistener(DisplayState *ds, DisplayChangeListener *dcl); void unregister_displaychangelistener(DisplayChangeListener *dcl); |