summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/tree.h b/apps/tree.h
index bb9ff87163..77da18d666 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -106,10 +106,6 @@ void tree_init(void) INIT_ATTR;
106char* get_current_file(char* buffer, size_t buffer_len); 106char* get_current_file(char* buffer, size_t buffer_len);
107void set_dirfilter(int l_dirfilter); 107void set_dirfilter(int l_dirfilter);
108void set_current_file(const char *path); 108void set_current_file(const char *path);
109void browse_context_init(struct browse_context *browse,
110 int dirfilter, unsigned flags,
111 char *title, enum themable_icons icon,
112 const char *root, const char *selected);
113int rockbox_browse(struct browse_context *browse); 109int rockbox_browse(struct browse_context *browse);
114int create_playlist(void); 110int create_playlist(void);
115void resume_directory(const char *dir); 111void resume_directory(const char *dir);