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.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 7e20656dc9..078e7669f2 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -281,16 +281,6 @@ static bool show_info(void)
281 return false; 281 return false;
282} 282}
283 283
284static bool plugin_browse(void)
285{
286 return rockbox_browse(PLUGIN_DIR, SHOW_PLUGINS);
287}
288
289static bool custom_theme_browse(void)
290{
291 return rockbox_browse(THEME_DIR, SHOW_CFG);
292}
293
294#ifdef HAVE_RECORDING 284#ifdef HAVE_RECORDING
295 285
296static bool rec_menu_recording_screen(void) 286static bool rec_menu_recording_screen(void)
@@ -340,7 +330,7 @@ bool rec_menu(void)
340} 330}
341#endif 331#endif
342 332
343static bool info_menu(void) 333bool info_menu(void)
344{ 334{
345 int m; 335 int m;
346 bool result; 336 bool result;
@@ -368,6 +358,7 @@ static bool info_menu(void)
368 return result; 358 return result;
369} 359}
370 360
361#if 0
371#ifdef HAVE_LCD_CHARCELLS 362#ifdef HAVE_LCD_CHARCELLS
372static bool do_shutdown(void) 363static bool do_shutdown(void)
373{ 364{
@@ -375,7 +366,6 @@ static bool do_shutdown(void)
375 return false; 366 return false;
376} 367}
377#endif 368#endif
378
379bool main_menu(void) 369bool main_menu(void)
380{ 370{
381 int m; 371 int m;
@@ -445,7 +435,7 @@ bool main_menu(void)
445 435
446 return result; 436 return result;
447} 437}
448 438#endif
449/* ----------------------------------------------------------------- 439/* -----------------------------------------------------------------
450 * vim: et sw=4 ts=8 sts=4 tw=78 440 * vim: et sw=4 ts=8 sts=4 tw=78
451 */ 441 */