summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r--apps/main_menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 516c74ca49..e231a22033 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -135,10 +135,8 @@ void main_menu(void)
135#endif 135#endif
136 { "Version", show_credits }, 136 { "Version", show_credits },
137#ifndef SIMULATOR 137#ifndef SIMULATOR
138#ifdef ARCHOS_RECORDER
139 { "Debug (keep out!)", dbg_ports }, 138 { "Debug (keep out!)", dbg_ports },
140#endif 139#endif
141#endif
142 }; 140 };
143 141
144 m=menu_init( items, sizeof items / sizeof(struct menu_items) ); 142 m=menu_init( items, sizeof items / sizeof(struct menu_items) );