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:
parent
4a72e643da
commit
1c00dd8212
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue