diff options
author | Greg White <gwhite@rockbox.org> | 2007-01-17 18:56:47 +0000 |
---|---|---|
committer | Greg White <gwhite@rockbox.org> | 2007-01-17 18:56:47 +0000 |
commit | 80f8570e9b0f89843a6b396b66a4a6582d497450 (patch) | |
tree | c45445b93a63a1b9a49e5110c15b310be219261f /apps/settings.c | |
parent | b47a43aa2866dbac7cc63b7a0f18d20b3b38883d (diff) |
Put backdrop back; should never have gone away.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12052 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r-- | apps/settings.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings.c b/apps/settings.c index 54f6eaf240..4ef2f1486e 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -1238,10 +1238,7 @@ void settings_apply(void) } else { unload_main_backdrop(); } -/* Gigabeat displays a bootsplash - keep it up as long as we can */ -#if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR) show_main_backdrop(); -#endif #endif |