summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 9a7e9b578c..13c829805f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -147,7 +147,6 @@ static const struct plugin_api rockbox_api = {
147 gui_scrollbar_draw, 147 gui_scrollbar_draw,
148#endif 148#endif
149 149
150#ifdef HAVE_BACKLIGHT
151 backlight_on, 150 backlight_on,
152 backlight_off, 151 backlight_off,
153 backlight_set_timeout, 152 backlight_set_timeout,
@@ -159,7 +158,6 @@ static const struct plugin_api rockbox_api = {
159 backlight_set_timeout_plugged, 158 backlight_set_timeout_plugged,
160#endif 159#endif
161 is_backlight_on, 160 is_backlight_on,
162#endif /* HAVE_BACKLIGHT */
163 splash, 161 splash,
164 splashf, 162 splashf,
165 163