diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-11 10:43:53 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-11 10:43:53 +0000 |
| commit | 642cce2e338cc6ff772c827e825205bddbc2d9be (patch) | |
| tree | bec2fdab7b207a6fabc175f353087c83e681a223 /apps/tree.h | |
| parent | 5c8e82e097272d46caf139eda5bab58d2cbac9a0 (diff) | |
| download | rockbox-642cce2e338cc6ff772c827e825205bddbc2d9be.zip rockbox-642cce2e338cc6ff772c827e825205bddbc2d9be.tar.gz rockbox-642cce2e338cc6ff772c827e825205bddbc2d9be.tar.bz2 rockbox-642cce2e338cc6ff772c827e825205bddbc2d9be.tar.xz | |
Moved Create Directory to the ON+Play menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4360 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.h')
| -rw-r--r-- | apps/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h index 4529736..c7b678e 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -47,7 +47,6 @@ void browse_root(void); void set_current_file(char *path); bool rockbox_browse(char *root, int dirfilter); bool create_playlist(void); -bool create_dir(void); void resume_directory(char *dir); char *getcwd(char *buf, int size); void reload_directory(void); |