diff options
author | Teruaki Kawashima <teru@rockbox.org> | 2010-02-16 11:59:37 +0000 |
---|---|---|
committer | Teruaki Kawashima <teru@rockbox.org> | 2010-02-16 11:59:37 +0000 |
commit | d50c78c23821358ded916a52054b998883f1ad57 (patch) | |
tree | 1ab16b0fdb367484856b1dd6ab8a1d79b2d000de /apps/gui/skin_engine | |
parent | 2c25fa88a580b1ee2cb4d60eda7430cf824c8850 (diff) |
* 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.h | 8 |
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*); |