diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-08 12:05:17 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-08 12:05:17 +0000 |
| commit | 75864367e2dbd0f997d2224a1bc35c09f9324ee5 (patch) | |
| tree | ed8c8fc22d25f73d10a22b7d6b4f9bdc4c7f4f67 /apps/tree.c | |
| parent | bcbc7826d5db573e6f6c6d1b6cfb9d4451d1f5ba (diff) | |
| download | rockbox-75864367e2dbd0f997d2224a1bc35c09f9324ee5.zip rockbox-75864367e2dbd0f997d2224a1bc35c09f9324ee5.tar.gz rockbox-75864367e2dbd0f997d2224a1bc35c09f9324ee5.tar.bz2 rockbox-75864367e2dbd0f997d2224a1bc35c09f9324ee5.tar.xz | |
Removed peek_next_track()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1611 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 6 |
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]; |