diff options
| author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-14 21:45:25 +0000 |
|---|---|---|
| committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-14 21:45:25 +0000 |
| commit | 8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 (patch) | |
| tree | 92f6769d3fbb5936e32d5fb82480b776ea6fbfb9 /apps/tree.h | |
| parent | 273fbadb5537743829f9830de5247626a11aedca (diff) | |
| download | rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.zip rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.gz rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.bz2 rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.xz | |
FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 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 a12045c..d3a128b 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -105,7 +105,6 @@ struct tree_context { * Call one of the two below after yields since the entrys may move inbetween */ struct entry* tree_get_entries(struct tree_context *t); struct entry* tree_get_entry_at(struct tree_context *t, int index); -void tree_drawlists(void); void tree_mem_init(void) INIT_ATTR; void tree_gui_init(void) INIT_ATTR; char* get_current_file(char* buffer, size_t buffer_len); |