summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index 8bf813ce16..8c716bc7b9 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -67,10 +67,6 @@ int remote_type(void)
67} 67}
68#endif 68#endif
69 69
70#ifndef SIMULATOR
71struct event_queue button_queue;
72#endif
73
74static int btn = 0; /* Hopefully keeps track of currently pressed keys... */ 70static int btn = 0; /* Hopefully keeps track of currently pressed keys... */
75 71
76int sdl_app_has_input_focus = 1; 72int sdl_app_has_input_focus = 1;