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:
Solomon Peachy 2020-07-06 14:15:02 -04:00
parent 5b8198d147
commit 4fa57d7661

View file

@ -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;