summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-10-31 20:06:08 +0000
committerJens Arnold <amiconn@rockbox.org>2008-10-31 20:06:08 +0000
commit3aa58328080ab9a254d9f2329696fa4309a30d50 (patch)
treed1485fc76816b30395bf231dbfd758a5a7eb6974 /apps/plugin.c
parentcd9b1379fff9b2c2d4bb071c470053e02f4e2dd5 (diff)
Revert r18947, and add a comment why the backlight functions are wanted on all targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18949 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 9a7e9b578c..13c829805f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -147,7 +147,6 @@ static const struct plugin_api rockbox_api = {
gui_scrollbar_draw,
#endif
-#ifdef HAVE_BACKLIGHT
backlight_on,
backlight_off,
backlight_set_timeout,
@@ -159,7 +158,6 @@ static const struct plugin_api rockbox_api = {
backlight_set_timeout_plugged,
#endif
is_backlight_on,
-#endif /* HAVE_BACKLIGHT */
splash,
splashf,