From d50c78c23821358ded916a52054b998883f1ad57 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Tue, 16 Feb 2010 11:59:37 +0000 Subject: * 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 --- apps/gui/skin_engine/skin_engine.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/gui/skin_engine') 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*); -- cgit v1.2.3