diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-04-01 15:55:22 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-04-01 15:55:22 +0000 |
| commit | 156632db32109b60fd1ee3baa435c1b6e1023519 (patch) | |
| tree | 12653e21775fe9ca70139a8b627a550dbf42380d | |
| parent | ed2e9e04b0acfa538056399f73a316c256a36c26 (diff) | |
| download | rockbox-156632db32109b60fd1ee3baa435c1b6e1023519.zip rockbox-156632db32109b60fd1ee3baa435c1b6e1023519.tar.gz rockbox-156632db32109b60fd1ee3baa435c1b6e1023519.tar.bz2 rockbox-156632db32109b60fd1ee3baa435c1b6e1023519.tar.xz | |
Oooops, I checked in the wrong version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3504 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/wps-display.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c index 3b823bb..ac08d39 100644 --- a/apps/wps-display.c +++ b/apps/wps-display.c @@ -655,9 +655,6 @@ static void format_display(char* buf, *flags = WPS_REFRESH_STATIC; } -char dbuf[32]; -extern int diffpos, dbval; - bool wps_refresh(struct mp3entry* id3, int ffwd_offset, unsigned char refresh_mode) { char buf[MAX_PATH]; @@ -771,8 +768,6 @@ bool wps_refresh(struct mp3entry* id3, int ffwd_offset, unsigned char refresh_mo peak_meter_enabled = enable_pm; #endif - snprintf(dbuf, 32, "%x/%x", diffpos, dbval); - lcd_puts(0, 1, dbuf); return true; } |