summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar-skinned.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar-skinned.h')
-rw-r--r--apps/gui/statusbar-skinned.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/statusbar-skinned.h b/apps/gui/statusbar-skinned.h
index ad102bef47..3ed36f1a84 100644
--- a/apps/gui/statusbar-skinned.h
+++ b/apps/gui/statusbar-skinned.h
@@ -49,9 +49,7 @@ void sb_bypass_touchregions(bool enable);
49int sb_touch_to_button(int context); 49int sb_touch_to_button(int context);
50#endif 50#endif
51 51
52#if (LCD_DEPTH > 1) || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1)
53int sb_get_backdrop(enum screen_type screen); 52int sb_get_backdrop(enum screen_type screen);
54#endif
55int sb_preproccess(enum screen_type screen, struct wps_data *data); 53int sb_preproccess(enum screen_type screen, struct wps_data *data);
56int sb_postproccess(enum screen_type screen, struct wps_data *data); 54int sb_postproccess(enum screen_type screen, struct wps_data *data);
57 55