mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
sdl: Get rid of duplicate instantiation of 'button_queue'
(Caused a build failure under GCC10's stricter '-fno-common' default) Change-Id: I7d49c630771e8294e2ad8c740a4ada136a6befd7
This commit is contained in:
parent
5b8198d147
commit
4fa57d7661
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@ int remote_type(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
|
||||||
struct event_queue button_queue;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static int btn = 0; /* Hopefully keeps track of currently pressed keys... */
|
static int btn = 0; /* Hopefully keeps track of currently pressed keys... */
|
||||||
|
|
||||||
int sdl_app_has_input_focus = 1;
|
int sdl_app_has_input_focus = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue