summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2003-01-13 11:48:41 +0000
committerKjell Ericson <kjell@haxx.se>2003-01-13 11:48:41 +0000
commitc8e0fff99f381df9336382dbd81893925920c731 (patch)
tree26cbec7380c904960c12c632cc3a7804ede9a94f /apps/wps-display.h
parent739d4010a0dfc4cd1cf565ceae35146d33e655ed (diff)
downloadrockbox-c8e0fff99f381df9336382dbd81893925920c731.tar.gz
rockbox-c8e0fff99f381df9336382dbd81893925920c731.zip
Cleaning up code for Player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3075 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/wps-display.h b/apps/wps-display.h
index cda90ffffe..7054343b5e 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -38,8 +38,4 @@ bool wps_display(struct mp3entry* id3);
38bool wps_load(char* file, bool display); 38bool wps_load(char* file, bool display);
39void wps_reset(void); 39void wps_reset(void);
40 40
41#ifdef HAVE_LCD_CHARCELLS
42bool draw_player_progress(struct mp3entry* id3, int ff_rewind_count);
43#endif
44
45#endif 41#endif