summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-03-29 06:54:34 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-03-29 06:54:34 +0000
commit1f05cb1021202e252a6ed3a6f54731a1937d6c7b (patch)
tree5e5f25fe865281f5aec89604ae699286debec805 /apps
parent6e86b66c66d0844929b062332309f56fd258e8ec (diff)
downloadrockbox-1f05cb1021202e252a6ed3a6f54731a1937d6c7b.tar.gz
rockbox-1f05cb1021202e252a6ed3a6f54731a1937d6c7b.zip
removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4444 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index de4f4e87b8..227116b0dc 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 */