From b106e010d5974e6e8812028f967a29692e52632d Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Wed, 1 Feb 2006 08:43:29 +0000 Subject: Reverted the wps image cache as it was causing trouble to users when updating the image files on disk. Better solution is to be implemented soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8519 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/gui/gwps-common.h') diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h index b106203f98..ecda1d47ea 100644 --- a/apps/gui/gwps-common.h +++ b/apps/gui/gwps-common.h @@ -23,9 +23,6 @@ #include "gwps.h" -void wps_initialize_bmp_cache(const char *file); -void wps_close_bmp_cache(const char *file); - void gui_wps_format_time(char* buf, int buf_size, long time); void fade(bool fade_in); void gui_wps_format(struct wps_data *data); -- cgit v1.2.3