diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-29 06:54:34 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-29 06:54:34 +0000 |
| commit | 1f05cb1021202e252a6ed3a6f54731a1937d6c7b (patch) | |
| tree | 5e5f25fe865281f5aec89604ae699286debec805 | |
| parent | 6e86b66c66d0844929b062332309f56fd258e8ec (diff) | |
| download | rockbox-1f05cb1021202e252a6ed3a6f54731a1937d6c7b.zip rockbox-1f05cb1021202e252a6ed3a6f54731a1937d6c7b.tar.gz rockbox-1f05cb1021202e252a6ed3a6f54731a1937d6c7b.tar.bz2 rockbox-1f05cb1021202e252a6ed3a6f54731a1937d6c7b.tar.xz | |
removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4444 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index de4f4e8..227116b 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1491,7 +1491,6 @@ static bool dirbrowse(char *root, int *dirfilter) if (dircache[i].attr & ATTR_DIRECTORY) /* directory? */ { - int ret = 0; /* play directory thumbnail */ if (global_settings.talk_dir == 3) /* hover */ { // "schedule" a thumbnail, to have a little dalay */ |