diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-03-03 23:38:46 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-03-03 23:38:46 +0000 |
commit | 4cdcb63de122b7e41895ce83b558c25e72486bd3 (patch) | |
tree | e9d869452729b46b6e89c768d8e0a2ee402046cc /apps/gui | |
parent | 1410624bcd9f26522f902650ae8eacfcef84ec8b (diff) |
Don't call this two, it's uneeded (and would crash since they're INIT_ATTR).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25015 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/theme_settings.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/theme_settings.c b/apps/gui/theme_settings.c index 9a751865ea..4ab18b53fe 100644 --- a/apps/gui/theme_settings.c +++ b/apps/gui/theme_settings.c @@ -67,9 +67,7 @@ void settings_apply_skins(void) #ifdef HAVE_LCD_BITMAP skin_backdrop_init(); skin_font_init(); - sb_skin_init(); #endif - gui_sync_wps_init(); for (i=0; i<ARRAYLEN(skins); i++) { #ifdef HAVE_REMOTE_LCD |