summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 5d9277e..d72a98f 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -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];