summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_engine.h')
-rw-r--r--apps/gui/skin_engine/skin_engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/skin_engine/skin_engine.h b/apps/gui/skin_engine/skin_engine.h
index 7a41063af9..ac839fff2e 100644
--- a/apps/gui/skin_engine/skin_engine.h
+++ b/apps/gui/skin_engine/skin_engine.h
@@ -57,9 +57,6 @@ void skin_update(enum skinnable_screens skin, enum screen_type screen,
57bool skin_data_load(enum screen_type screen, struct wps_data *wps_data, 57bool skin_data_load(enum screen_type screen, struct wps_data *wps_data,
58 const char *buf, bool isfile); 58 const char *buf, bool isfile);
59 59
60/* call this in statusbar toggle handlers if needed */
61void skin_statusbar_changed(struct gui_wps*);
62
63bool skin_has_sbs(enum screen_type screen, struct wps_data *data); 60bool skin_has_sbs(enum screen_type screen, struct wps_data *data);
64 61
65 62