diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 9a7e9b5..13c8298 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -147,7 +147,6 @@ static const struct plugin_api rockbox_api = { gui_scrollbar_draw, #endif -#ifdef HAVE_BACKLIGHT backlight_on, backlight_off, backlight_set_timeout, @@ -159,7 +158,6 @@ static const struct plugin_api rockbox_api = { backlight_set_timeout_plugged, #endif is_backlight_on, -#endif /* HAVE_BACKLIGHT */ splash, splashf, |