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.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/apps/gui/skin_engine/skin_engine.h b/apps/gui/skin_engine/skin_engine.h
index 00232a327a..498444e8ea 100644
--- a/apps/gui/skin_engine/skin_engine.h
+++ b/apps/gui/skin_engine/skin_engine.h
@@ -30,11 +30,6 @@
30int wps_get_touchaction(struct wps_data *data); 30int wps_get_touchaction(struct wps_data *data);
31#endif 31#endif
32 32
33#ifdef HAVE_ALBUMART
34/* gives back if WPS contains an albumart tag */
35bool gui_sync_wps_uses_albumart(void);
36#endif
37
38/* setup and display a WPS for the first time */ 33/* setup and display a WPS for the first time */
39bool gui_wps_display(struct gui_wps *gwps); 34bool gui_wps_display(struct gui_wps *gwps);
40 35
@@ -52,8 +47,6 @@ void skin_data_load(struct wps_data *wps_data,
52 bool isfile); 47 bool isfile);
53 48
54 49
55 50/* initial setup of wps_data */
56 51void skin_data_init(struct wps_data *wps_data);
57
58
59#endif 52#endif