summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-03-21 07:26:07 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-03-21 07:26:07 +0000
commite4689fd18ed7410ad297756c5267dd073d41ae1c (patch)
tree4ad4244dc5e327a54c3af6f3cbda9ddef9124cf2 /apps/settings_list.c
parenta5c5bd38311e4e99ae3eeb0ab9f5108355573554 (diff)
revert the last commit... setting wasnt worth the space
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12874 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index a359990cff..4dce7ae157 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -971,10 +971,7 @@ const struct settings_list settings[] = {
"normal,off,on", backlight_set_on_button_hold, 3,
ID2P(LANG_BACKLIGHT_ON_BUTTON_HOLD_NORMAL), ID2P(LANG_OFF), ID2P(LANG_ON)),
#endif
- CHOICE_SETTING(0, backlight_in_plugins,
- LANG_BACKLIGHT_IN_PLUGINS, 0, "backlight in settings",
- "normal,on", NULL, 2,
- ID2P(LANG_BACKLIGHT_ON_BUTTON_HOLD_NORMAL), ID2P(LANG_ON)),
+
#ifdef HAVE_LCD_SLEEP
STRINGCHOICE_SETTING(0, lcd_sleep_after_backlight_off,
LANG_LCD_SLEEP_AFTER_BACKLIGHT_OFF, 3,