diff options
-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 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 */ |