summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/system-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/system-sdl.c')
-rw-r--r--firmware/target/hosted/sdl/system-sdl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.c b/firmware/target/hosted/sdl/system-sdl.c
index a57e704246..1e1968d66d 100644
--- a/firmware/target/hosted/sdl/system-sdl.c
+++ b/firmware/target/hosted/sdl/system-sdl.c
@@ -60,7 +60,6 @@ bool lcd_display_redraw = true; /* Used for player simulator */
60char having_new_lcd = true; /* Used for player simulator */ 60char having_new_lcd = true; /* Used for player simulator */
61bool sim_alarm_wakeup = false; 61bool sim_alarm_wakeup = false;
62const char *sim_root_dir = NULL; 62const char *sim_root_dir = NULL;
63extern int display_zoom;
64 63
65static SDL_Thread *evt_thread = NULL; 64static SDL_Thread *evt_thread = NULL;
66 65