mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Remove ACTION_SETTINGS_RESET
This action has never been used since its introduction in 2006. There's no real need for it, as it's possible to reset settings from the context menu. Change-Id: I6b357ad1a2e19a9b631ee3055e158492570479e3
This commit is contained in:
parent
c62c323ebc
commit
0fbaeed250
39 changed files with 0 additions and 52 deletions
|
|
@ -128,7 +128,6 @@ static const struct button_mapping button_context_quickscreen[] = {
|
|||
|
||||
/** Settings - General Mappings **/
|
||||
static const struct button_mapping button_context_settings[] = {
|
||||
{ ACTION_SETTINGS_RESET, BUTTON_SELECT, BUTTON_NONE },
|
||||
{ ACTION_SETTINGS_INC, BUTTON_UP, BUTTON_NONE },
|
||||
{ ACTION_SETTINGS_INCREPEAT, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_SETTINGS_DEC, BUTTON_DOWN, BUTTON_NONE },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue