mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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
This commit is contained in:
parent
47ddfab18a
commit
85b03694e1
2 changed files with 0 additions and 17 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue