summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine')
-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 {
40int wps_get_touchaction(struct wps_data *data); 40int wps_get_touchaction(struct wps_data *data);
41#endif 41#endif
42 42
43/* setup and display a WPS for the first time */
44bool gui_wps_display(struct gui_wps *gwps);
45
46
47/* Do a update_type update of the skinned screen */ 43/* Do a update_type update of the skinned screen */
48bool skin_update(struct gui_wps *gwps, unsigned int update_type); 44bool skin_update(struct gui_wps *gwps, unsigned int update_type);
49 45
@@ -54,10 +50,6 @@ bool skin_update(struct gui_wps *gwps, unsigned int update_type);
54bool skin_data_load(enum screen_type screen, struct wps_data *wps_data, 50bool skin_data_load(enum screen_type screen, struct wps_data *wps_data,
55 const char *buf, bool isfile); 51 const char *buf, bool isfile);
56 52
57
58/* initial setup of wps_data */
59void skin_data_init(struct wps_data *wps_data);
60
61/* call this in statusbar toggle handlers if needed */ 53/* call this in statusbar toggle handlers if needed */
62void skin_statusbar_changed(struct gui_wps*); 54void skin_statusbar_changed(struct gui_wps*);
63 55