1
0
Fork 0
forked from len0rd/rockbox

whoops, got rid of player_progressbar

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2094 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Justin Heiner 2002-08-31 05:32:38 +00:00
parent 4a72e643da
commit 1c00dd8212

View file

@ -557,6 +557,7 @@ bool draw_player_progress(struct mp3entry* id3, int ff_rewwind_count)
#ifndef SIMULATOR
if(!id3)
return(false);
char player_progressbar[7];
char binline[36];
int songpos = 0;
int i,j;