diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-08-12 11:18:52 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-08-12 11:18:52 +0000 |
commit | 671f5d4412333f4ee101a5eb9a984dd21b5028e0 (patch) | |
tree | 57ab7a51ea7b17421e2c78f9f084ecb4f1ade694 /apps | |
parent | 07a7d47cc1889a476418dc791599625d4e38a100 (diff) |
Removed special X5 backlight handling, and replaced it with a generic system that makes the backlight light up on shutdown and not time out unless it's completely disabled in the current player state.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14292 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/misc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/misc.c b/apps/misc.c index bd42ca9e34..e4149581f5 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -618,9 +618,7 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter) FOR_NB_SCREENS(i) screens[i].clear_display(); -#ifdef X5_BACKLIGHT_SHUTDOWN - x5_backlight_shutdown(); -#endif + if (batt_safe) { #ifdef HAVE_TAGCACHE |