summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/sdl/system-sdl.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-18 12:27:20 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-18 12:27:20 +0000
commit6cbc701d2a9890baa49f69f1692dddebf39e30cb (patch)
tree08f098ca1eb9ab308242e3e4dc1584691152ea1b /firmware/target/hosted/sdl/system-sdl.c
parentd3735578c3d957e7bb68e2838024ab57bceade68 (diff)
downloadrockbox-6cbc701d2a9890baa49f69f1692dddebf39e30cb.tar.gz
rockbox-6cbc701d2a9890baa49f69f1692dddebf39e30cb.zip
Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26137 a1c6a512-1295-4272-9138-f99709370657
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)
SDL_WM_SetCaption(UI_TITLE, NULL);
- sim_lcd_init();
-#ifdef HAVE_REMOTE_LCD
- if (showremote)
- sim_lcd_remote_init();
-#endif
-
if (background && picture_surface != NULL)
SDL_BlitSurface(picture_surface, NULL, gui_surface, NULL);