From d81d91f49485ec0a48e4eafd9bf702cc99d29a40 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 28 Mar 2009 16:59:31 +0000 Subject: Remove useless check for HAVE_BACKLIGHT noted in FS#9878 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20563 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lamp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/plugins/lamp.c') diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c index 335bea55eb..70094da3f9 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c @@ -27,7 +27,6 @@ PLUGIN_HEADER -#if defined(HAVE_BACKLIGHT) /* variable button definitions - only targets with a colour display */ #if defined(HAVE_LCD_COLOR) #if (CONFIG_KEYPAD == IRIVER_H300_PAD) @@ -241,4 +240,4 @@ enum plugin_status plugin_start(const void* parameter) #endif return PLUGIN_OK; } -#endif + -- cgit v1.2.3