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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_engine.h b/apps/gui/skin_engine/skin_engine.h
index d7efb5b888..a685f4f072 100644
--- a/apps/gui/skin_engine/skin_engine.h
+++ b/apps/gui/skin_engine/skin_engine.h
@@ -85,7 +85,6 @@ int skin_wait_for_action(enum skinnable_screens skin, int context, int timeout);
85void skin_load(enum skinnable_screens skin, enum screen_type screen, 85void skin_load(enum skinnable_screens skin, enum screen_type screen,
86 const char *buf, bool isfile); 86 const char *buf, bool isfile);
87struct gui_wps *skin_get_gwps(enum skinnable_screens skin, enum screen_type screen); 87struct gui_wps *skin_get_gwps(enum skinnable_screens skin, enum screen_type screen);
88struct wps_state *skin_get_global_state(void);
89void gui_sync_skin_init(void); 88void gui_sync_skin_init(void);
90 89
91void skin_unload_all(void); 90void skin_unload_all(void);