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 5d9277e570..d72a98ffd1 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -262,12 +262,6 @@ static int cursorpos[MAX_DIR_LEVELS];
262static int dirlevel=0; 262static int dirlevel=0;
263static char currdir[MAX_PATH]; 263static char currdir[MAX_PATH];
264 264
265/* QUICK HACK! this should be handled by the playlist code later */
266char* peek_next_track(int steps)
267{
268 return playlist_next(steps);
269}
270
271bool dirbrowse(char *root) 265bool dirbrowse(char *root)
272{ 266{
273 char buf[MAX_PATH]; 267 char buf[MAX_PATH];