diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-03-28 16:59:31 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-03-28 16:59:31 +0000 |
| commit | d81d91f49485ec0a48e4eafd9bf702cc99d29a40 (patch) | |
| tree | 313f2cf107b89ead3cde01fb996727faa3ca52a7 /apps | |
| parent | 1adc869d9ca7b0dcc173e607976fddcde34f3e3a (diff) | |
| download | rockbox-d81d91f49485ec0a48e4eafd9bf702cc99d29a40.zip rockbox-d81d91f49485ec0a48e4eafd9bf702cc99d29a40.tar.gz rockbox-d81d91f49485ec0a48e4eafd9bf702cc99d29a40.tar.bz2 rockbox-d81d91f49485ec0a48e4eafd9bf702cc99d29a40.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/lamp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c index 335bea5..70094da 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 + |