1
0
Fork 0
forked from len0rd/rockbox

Remove the browse firmwares menu item, as the general concensus is that it is of very little use

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12097 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2007-01-23 21:58:09 +00:00
parent 569933f646
commit 7768dfd55f
2 changed files with 4 additions and 10 deletions

View file

@ -815,16 +815,16 @@
</phrase>
<phrase>
id: LANG_FIRMWARE
desc: in the main menu
desc: DEPRECATED
user:
<source>
*: "Browse Firmwares"
*: ""
</source>
<dest>
*: "Browse Firmwares"
*: deprecated
</dest>
<voice>
*: "Browse Firmwares"
*: ""
</voice>
</phrase>
<phrase>

View file

@ -2072,11 +2072,6 @@ static bool display_settings_menu(void)
}
static bool firmware_browse(void)
{
return rockbox_browse(ROCKBOX_DIR, SHOW_MOD);
}
static bool battery_settings_menu(void)
{
int m;
@ -2147,7 +2142,6 @@ bool manage_settings_menu(void)
static const struct menu_item items[] = {
{ ID2P(LANG_CUSTOM_CFG), custom_cfg_browse },
{ ID2P(LANG_FIRMWARE), firmware_browse },
{ ID2P(LANG_RESET), reset_settings },
{ ID2P(LANG_SAVE_SETTINGS), settings_save_config },
};