forked from len0rd/rockbox
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
This commit is contained in:
parent
1adc869d9c
commit
d81d91f494
1 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
PLUGIN_HEADER
|
PLUGIN_HEADER
|
||||||
|
|
||||||
#if defined(HAVE_BACKLIGHT)
|
|
||||||
/* variable button definitions - only targets with a colour display */
|
/* variable button definitions - only targets with a colour display */
|
||||||
#if defined(HAVE_LCD_COLOR)
|
#if defined(HAVE_LCD_COLOR)
|
||||||
#if (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
#if (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||||
|
@ -241,4 +240,4 @@ enum plugin_status plugin_start(const void* parameter)
|
||||||
#endif
|
#endif
|
||||||
return PLUGIN_OK;
|
return PLUGIN_OK;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue