diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2006-02-01 08:43:29 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-02-01 08:43:29 +0000 |
commit | b106e010d5974e6e8812028f967a29692e52632d (patch) | |
tree | cca8717f7ab13b40d7676af88e1a4df56f19f582 /apps/gui/gwps-common.h | |
parent | 98c37c7f89e811ad65a811cb408231b42f0c638a (diff) |
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
Diffstat (limited to 'apps/gui/gwps-common.h')
-rw-r--r-- | apps/gui/gwps-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); |