summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-08-12 11:18:52 +0000
committerJens Arnold <amiconn@rockbox.org>2007-08-12 11:18:52 +0000
commit671f5d4412333f4ee101a5eb9a984dd21b5028e0 (patch)
tree57ab7a51ea7b17421e2c78f9f084ecb4f1ade694 /firmware/export
parent07a7d47cc1889a476418dc791599625d4e38a100 (diff)
downloadrockbox-671f5d4412333f4ee101a5eb9a984dd21b5028e0.zip
rockbox-671f5d4412333f4ee101a5eb9a984dd21b5028e0.tar.gz
rockbox-671f5d4412333f4ee101a5eb9a984dd21b5028e0.tar.bz2
rockbox-671f5d4412333f4ee101a5eb9a984dd21b5028e0.tar.xz
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 'firmware/export')
-rw-r--r--firmware/export/backlight.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index 15dfbf1..a0e46d2 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -29,11 +29,6 @@ void backlight_set_timeout(int index);
#ifdef HAVE_BACKLIGHT
void backlight_init(void);
-#if defined(IAUDIO_X5) && !defined(SIMULATOR)
-#define X5_BACKLIGHT_SHUTDOWN
-void x5_backlight_shutdown(void);
-#endif
-
int backlight_get_current_timeout(void);
#ifdef HAVE_BACKLIGHT_PWM_FADING