summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
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)