Removed peek_next_track()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1611 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bcbc7826d5
commit
75864367e2
1 changed files with 0 additions and 6 deletions
|
@ -262,12 +262,6 @@ static int cursorpos[MAX_DIR_LEVELS];
|
|||
static int dirlevel=0;
|
||||
static char currdir[MAX_PATH];
|
||||
|
||||
/* QUICK HACK! this should be handled by the playlist code later */
|
||||
char* peek_next_track(int steps)
|
||||
{
|
||||
return playlist_next(steps);
|
||||
}
|
||||
|
||||
bool dirbrowse(char *root)
|
||||
{
|
||||
char buf[MAX_PATH];
|
||||
|
|
Loading…
Reference in a new issue