summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2010-02-16 11:59:37 +0000
committerTeruaki Kawashima <teru@rockbox.org>2010-02-16 11:59:37 +0000
commitd50c78c23821358ded916a52054b998883f1ad57 (patch)
tree1ab16b0fdb367484856b1dd6ab8a1d79b2d000de /apps/gui/skin_engine
parent2c25fa88a580b1ee2cb4d60eda7430cf824c8850 (diff)
downloadrockbox-d50c78c23821358ded916a52054b998883f1ad57.tar.gz
rockbox-d50c78c23821358ded916a52054b998883f1ad57.zip
* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in struct scrollinfo in scroll_engine.h.
* remove function prototypes which are not actualy defined. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24693 a1c6a512-1295-4272-9138-f99709370657
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