diff options
Diffstat (limited to 'apps/tree.c')
-rw-r--r-- | apps/tree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c index 1a7f1045f7..8e1afb8b67 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1447,7 +1447,7 @@ bool create_playlist(void) return true; } -bool rockbox_browse(const char *root, int dirfilter, bool hidedirs) +bool rockbox_browse(const char *root, int dirfilter) { static struct tree_context backup; @@ -1456,7 +1456,6 @@ bool rockbox_browse(const char *root, int dirfilter, bool hidedirs) memcpy(tc.currdir, root, sizeof(tc.currdir)); start_wps = false; tc.dirfilter = &dirfilter; - tc.hidedirs = hidedirs; dirbrowse(); |