diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2012-02-08 19:01:10 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2012-02-08 19:01:10 +0100 |
| commit | b0478726e4b197caa8c2e50b2b6681e1aa1decf7 (patch) | |
| tree | 4ec7b55584178cf938660cd8f3ad4347df3f9022 /apps | |
| parent | a869d4a9aca90e9bae1bdc08a59324ea1d999cec (diff) | |
| download | rockbox-b0478726e4b197caa8c2e50b2b6681e1aa1decf7.zip rockbox-b0478726e4b197caa8c2e50b2b6681e1aa1decf7.tar.gz rockbox-b0478726e4b197caa8c2e50b2b6681e1aa1decf7.tar.bz2 rockbox-b0478726e4b197caa8c2e50b2b6681e1aa1decf7.tar.xz | |
Fix reds. No need for #ifdef to save buttons anymore.
Change-Id: I31833ecf0725bbfbdd2905390e2e9b63918cbe3a
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/lamp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c index b825bb6..4d4205a 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c @@ -36,7 +36,6 @@ static const struct button_mapping *plugin_contexts[] = { pla_main_ctx }; - only targets which can set brightness LAMP_UP / LAMP_DOWN: change the brightness */ -#if defined(HAVE_LCD_COLOR) || defined(HAVE_BACKLIGHT_BRIGHTNESS) /* we use PLA */ #ifdef HAVE_SCROLLWHEEL @@ -55,9 +54,6 @@ static const struct button_mapping *plugin_contexts[] = { pla_main_ctx }; # define LAMP_DOWN_REPEAT PLA_DOWN_REPEAT #endif/* HAVE_SCROLLWHEEL */ -#else -# error Missing key definitions for this keypad -#endif /* HAVE_LCD_COLOR || HAVE_BACKLIGHT_BRIGHTNESS */ #define LAMP_EXIT PLA_EXIT #define LAMP_EXIT2 PLA_CANCEL |