diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-10-19 16:12:42 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-10-19 16:12:42 +0000 |
| commit | ee6557eeda8aeefa6db169f633ecdb7755dba247 (patch) | |
| tree | 42111f206cda9390ed5868a9b9ebc0e4ef450825 /apps/filetree.c | |
| parent | de7f24104650a03590d009be28283e9b361d6652 (diff) | |
| download | rockbox-ee6557eeda8aeefa6db169f633ecdb7755dba247.zip rockbox-ee6557eeda8aeefa6db169f633ecdb7755dba247.tar.gz rockbox-ee6557eeda8aeefa6db169f633ecdb7755dba247.tar.bz2 rockbox-ee6557eeda8aeefa6db169f633ecdb7755dba247.tar.xz | |
Remove a few superfluous calls and use the correct symbol.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23262 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.c')
| -rw-r--r-- | apps/filetree.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/filetree.c b/apps/filetree.c index 1f7559f..3b31358 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -488,7 +488,6 @@ int ft_enter(struct tree_context* c) MAX_FILENAME); global_settings.statusbar = STATUSBAR_CUSTOM; settings_apply_skins(); - viewportmanager_theme_changed(THEME_STATUSBAR); break; #endif #ifdef HAVE_REMOTE_LCD @@ -498,7 +497,6 @@ int ft_enter(struct tree_context* c) MAX_FILENAME); global_settings.remote_statusbar = STATUSBAR_CUSTOM; settings_apply_skins(); - viewportmanager_theme_changed(THEME_STATUSBAR); break; #endif /* wps config file */ @@ -507,7 +505,6 @@ int ft_enter(struct tree_context* c) #if LCD_DEPTH > 1 backdrop_unload(BACKDROP_SKIN_WPS); #endif - wps_data_load(SCREEN_MAIN, buf, true); set_file(buf, (char *)global_settings.wps_file, MAX_FILENAME); settings_apply_skins(); @@ -520,7 +517,6 @@ int ft_enter(struct tree_context* c) #if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 remote_backdrop_unload(BACKDROP_SKIN_WPS); #endif - wps_data_load(SCREEN_REMOTE, buf, true); set_file(buf, (char *)global_settings.rwps_file, MAX_FILENAME); settings_apply_skins(); |