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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/gui/skin_engine/skin_engine.h b/apps/gui/skin_engine/skin_engine.h
index 642f15aaad..90f38c9920 100644
--- a/apps/gui/skin_engine/skin_engine.h
+++ b/apps/gui/skin_engine/skin_engine.h
@@ -40,10 +40,6 @@ enum skinnable_screens {
int wps_get_touchaction(struct wps_data *data);
#endif
-/* setup and display a WPS for the first time */
-bool gui_wps_display(struct gui_wps *gwps);
-
-
/* Do a update_type update of the skinned screen */
bool skin_update(struct gui_wps *gwps, unsigned int update_type);
@@ -54,10 +50,6 @@ bool skin_update(struct gui_wps *gwps, unsigned int update_type);
bool skin_data_load(enum screen_type screen, struct wps_data *wps_data,
const char *buf, bool isfile);
-
-/* initial setup of wps_data */
-void skin_data_init(struct wps_data *wps_data);
-
/* call this in statusbar toggle handlers if needed */
void skin_statusbar_changed(struct gui_wps*);