summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-05 06:49:30 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-05 06:49:30 +0000
commita5d0c3f66be97885494d2db82f8111cc01dcac77 (patch)
tree85a0be671250b3c148f9fc50ac3460cf1a9693c2
parentd6b47ece14ad9fd02a46b9c2f748af139feb08db (diff)
downloadrockbox-a5d0c3f66be97885494d2db82f8111cc01dcac77.tar.gz
rockbox-a5d0c3f66be97885494d2db82f8111cc01dcac77.zip
Ondio menu hack removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5168 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/tree.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/tree.c b/apps/tree.c
index e9d747f253..0116f8a55d 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -140,13 +140,6 @@ void browse_root(void)
140 filetype_init(); 140 filetype_init();
141 check_rockboxdir(); 141 check_rockboxdir();
142 142
143/* temporary hack for Ondio */
144#ifdef HAVE_MMC
145 main_menu(); /* show the main menu once, since it is not yet callable
146 * from the browser. The button handling needs a fix. */
147#endif
148/* end of Ondio hack */
149
150#ifndef SIMULATOR 143#ifndef SIMULATOR
151 dirbrowse("/", &global_settings.dirfilter); 144 dirbrowse("/", &global_settings.dirfilter);
152 145