mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Remove unused function and unused header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13424 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eb7603f1c5
commit
f31e123133
7 changed files with 1 additions and 37 deletions
|
@ -65,7 +65,7 @@ static struct menu_item_ex *current_submenus_menu;
|
|||
static int current_subitems[MAX_MENU_SUBITEMS];
|
||||
static int current_subitems_count = 0;
|
||||
|
||||
void get_menu_callback(const struct menu_item_ex *m,
|
||||
static void get_menu_callback(const struct menu_item_ex *m,
|
||||
menu_callback_type *menu_callback)
|
||||
{
|
||||
if (m->flags&(MENU_HAS_DESC|MENU_DYNAMIC_DESC))
|
||||
|
@ -604,8 +604,3 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int main_menu(void)
|
||||
{
|
||||
return do_menu(NULL, 0) == MENU_ATTACHED_USB;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue