aboutsummaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-22 10:28:08 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-05 10:45:44 +0100
commit85b03694e1843141eaf851fb15300ae12cc76468 (patch)
treefbe6e77dc515a7b82c63028dd39096a561361282 /include/ui
parent47ddfab18a31b3bc0464893b1dc2ba6fcda41bf1 (diff)
downloadqemu-85b03694e1843141eaf851fb15300ae12cc76468.zip
qemu-85b03694e1843141eaf851fb15300ae12cc76468.tar.gz
qemu-85b03694e1843141eaf851fb15300ae12cc76468.tar.bz2
sdl2: remove sdl2_reset_keys() function
No users left, dead code. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20190122092814.14919-3-kraxel@redhat.com
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/sdl2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/sdl2.h b/include/ui/sdl2.h
index f6db642..71f5cfc 100644
--- a/include/ui/sdl2.h
+++ b/include/ui/sdl2.h
@@ -44,7 +44,6 @@ void sdl2_window_destroy(struct sdl2_console *scon);
void sdl2_window_resize(struct sdl2_console *scon);
void sdl2_poll_events(struct sdl2_console *scon);
-void sdl2_reset_keys(struct sdl2_console *scon);
void sdl2_process_key(struct sdl2_console *scon,
SDL_KeyboardEvent *ev);