diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-05-19 19:54:11 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-05-19 19:54:11 +0000 |
| commit | f31e123133060e2c093967d3442c7a767a1baaaa (patch) | |
| tree | be970ddfb623666e8420e36d364801b9b36a8b8b /apps/tree.c | |
| parent | eb7603f1c540cad4af4661fd6461dd56a4436a8e (diff) | |
| download | rockbox-f31e123133060e2c093967d3442c7a767a1baaaa.zip rockbox-f31e123133060e2c093967d3442c7a767a1baaaa.tar.gz rockbox-f31e123133060e2c093967d3442c7a767a1baaaa.tar.bz2 rockbox-f31e123133060e2c093967d3442c7a767a1baaaa.tar.xz | |
Remove unused function and unused header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13424 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 03683db..8875cb9 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -31,7 +31,6 @@ #include "kernel.h" #include "usb.h" #include "tree.h" -#include "main_menu.h" #include "sprintf.h" #include "audio.h" #include "playlist.h" |