From 280d9cc00a6ca30b4cdd30629289d92efd132c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=A4ggqvist?= Date: Wed, 17 Aug 2005 17:53:54 +0000 Subject: Undo my previous commit and do the same with a parantheses change in filetree.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7342 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 1a7f104..8e1afb8 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(); -- cgit v1.1