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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.c b/firmware/target/hosted/sdl/system-sdl.c
index 9d529de37f..7ab6fd2c34 100644
--- a/firmware/target/hosted/sdl/system-sdl.c
+++ b/firmware/target/hosted/sdl/system-sdl.c
@@ -140,12 +140,6 @@ static int sdl_event_thread(void * param)
140 140
141 SDL_WM_SetCaption(UI_TITLE, NULL); 141 SDL_WM_SetCaption(UI_TITLE, NULL);
142 142
143 sim_lcd_init();
144#ifdef HAVE_REMOTE_LCD
145 if (showremote)
146 sim_lcd_remote_init();
147#endif
148
149 if (background && picture_surface != NULL) 143 if (background && picture_surface != NULL)
150 SDL_BlitSurface(picture_surface, NULL, gui_surface, NULL); 144 SDL_BlitSurface(picture_surface, NULL, gui_surface, NULL);
151 145