summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-02 12:10:16 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-02 12:10:16 +0000
commitfb56ee6113b173c58b223921bc43f75c5c341b93 (patch)
tree7c5a54a284b0fa0e2aff4552a12b01e052d594ae /apps/main.c
parente26f01b80e4740cd943e54619c43a7a7d7f0d2c0 (diff)
downloadrockbox-fb56ee6113b173c58b223921bc43f75c5c341b93.tar.gz
rockbox-fb56ee6113b173c58b223921bc43f75c5c341b93.zip
Moved Ondio main menu hack in order to properly browse fonts, langs, rocks and .wps files. This does only work after filetype_init()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5151 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/main.c b/apps/main.c
index cfdb8d8b77..01202a9184 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -258,13 +258,6 @@ void init(void)
258 } 258 }
259 } 259 }
260#endif /* #ifdef AUTOROCK */ 260#endif /* #ifdef AUTOROCK */
261
262/* temporary hack for Ondio */
263#ifdef HAVE_MMC
264 main_menu(); /* show the main menu once, since it is not yet callable
265 * from the browser. The button handling needs a fix. */
266#endif
267/* end of Ondio hack */
268} 261}
269 262
270int main(void) 263int main(void)