summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c3
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)
1447 return true; 1447 return true;
1448} 1448}
1449 1449
1450bool rockbox_browse(const char *root, int dirfilter, bool hidedirs) 1450bool rockbox_browse(const char *root, int dirfilter)
1451{ 1451{
1452 static struct tree_context backup; 1452 static struct tree_context backup;
1453 1453
@@ -1456,7 +1456,6 @@ bool rockbox_browse(const char *root, int dirfilter, bool hidedirs)
1456 memcpy(tc.currdir, root, sizeof(tc.currdir)); 1456 memcpy(tc.currdir, root, sizeof(tc.currdir));
1457 start_wps = false; 1457 start_wps = false;
1458 tc.dirfilter = &dirfilter; 1458 tc.dirfilter = &dirfilter;
1459 tc.hidedirs = hidedirs;
1460 1459
1461 dirbrowse(); 1460 dirbrowse();
1462 1461