summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-02-01 08:43:29 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-02-01 08:43:29 +0000
commitb106e010d5974e6e8812028f967a29692e52632d (patch)
treecca8717f7ab13b40d7676af88e1a4df56f19f582 /apps/gui/gwps-common.h
parent98c37c7f89e811ad65a811cb408231b42f0c638a (diff)
downloadrockbox-b106e010d5974e6e8812028f967a29692e52632d.tar.gz
rockbox-b106e010d5974e6e8812028f967a29692e52632d.zip
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.h3
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 @@
23 23
24#include "gwps.h" 24#include "gwps.h"
25 25
26void wps_initialize_bmp_cache(const char *file);
27void wps_close_bmp_cache(const char *file);
28
29void gui_wps_format_time(char* buf, int buf_size, long time); 26void gui_wps_format_time(char* buf, int buf_size, long time);
30void fade(bool fade_in); 27void fade(bool fade_in);
31void gui_wps_format(struct wps_data *data); 28void gui_wps_format(struct wps_data *data);