diff options
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 7 |
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) } } #endif /* #ifdef AUTOROCK */ - -/* temporary hack for Ondio */ -#ifdef HAVE_MMC - main_menu(); /* show the main menu once, since it is not yet callable - * from the browser. The button handling needs a fix. */ -#endif -/* end of Ondio hack */ } int main(void) |