From 3a37f46fc92fe7f9846a4077cc1a985c500d1174 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 18 Feb 2007 10:07:27 +0000 Subject: Fix CONFIG_BACKLIGHT warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12393 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 8c51181..2001c35 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -706,7 +706,7 @@ void settings_apply(void) remote_backlight_set_on_button_hold(global_settings.remote_backlight_on_button_hold); #endif #endif /* HAVE_REMOTE_LCD */ -#ifdef CONFIG_BACKLIGHT +#if CONFIG_BACKLIGHT backlight_set_timeout(global_settings.backlight_timeout); #if CONFIG_CHARGING backlight_set_timeout_plugged(global_settings.backlight_timeout_plugged); @@ -848,7 +848,7 @@ void settings_apply(void) spdif_power_enable(global_settings.spdif_enable); #endif -#ifdef CONFIG_BACKLIGHT +#if CONFIG_BACKLIGHT set_backlight_filter_keypress(global_settings.bl_filter_first_keypress); #ifdef HAVE_REMOTE_LCD set_remote_backlight_filter_keypress(global_settings.remote_bl_filter_first_keypress); -- cgit v1.1