From 280d9cc00a6ca30b4cdd30629289d92efd132c3a Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist 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.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index 2e6b21dd3a..41ef0e527f 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -150,7 +150,6 @@ struct tree_context { int cursorpos[MAX_DIR_LEVELS]; char currdir[MAX_PATH]; /* file use */ int *dirfilter; /* file use */ - bool hidedirs; int filesindir; int dirsindir; /* file use */ int dirlength; /* total number of entries in dir, incl. those not loaded */ @@ -187,7 +186,7 @@ void tree_get_filetypes(const struct filetype**, int*); void tree_init(void); void browse_root(void); void set_current_file(char *path); -bool rockbox_browse(const char *root, int dirfilter, bool hidedirs); +bool rockbox_browse(const char *root, int dirfilter); bool create_playlist(void); void resume_directory(const char *dir); char *getcwd(char *buf, int size); -- cgit v1.2.3