summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-xduoox3ii.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-01-13 11:40:35 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-01-16 23:58:30 +0000
commit0fbaeed250fde8ad11cb9dbe8cc63667d269b5d2 (patch)
treeafce42827a2f87fb6ae27ef2d77968f43957045e /apps/keymaps/keymap-xduoox3ii.c
parentc62c323ebc71da33bf653624e45becee096906c3 (diff)
downloadrockbox-0fbaeed250fde8ad11cb9dbe8cc63667d269b5d2.tar.gz
rockbox-0fbaeed250fde8ad11cb9dbe8cc63667d269b5d2.zip
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
Diffstat (limited to 'apps/keymaps/keymap-xduoox3ii.c')
-rw-r--r--apps/keymaps/keymap-xduoox3ii.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-xduoox3ii.c b/apps/keymaps/keymap-xduoox3ii.c
index c8be8ce13e..d99c8240a1 100644
--- a/apps/keymaps/keymap-xduoox3ii.c
+++ b/apps/keymaps/keymap-xduoox3ii.c
@@ -145,7 +145,6 @@ static const struct button_mapping button_context_quickscreen[] = {
145 145
146/** Settings - General Mappings **/ 146/** Settings - General Mappings **/
147static const struct button_mapping button_context_settings[] = { 147static const struct button_mapping button_context_settings[] = {
148 { ACTION_SETTINGS_RESET, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
149 { ACTION_STD_PREV, BUTTON_NEXT, BUTTON_NONE }, 148 { ACTION_STD_PREV, BUTTON_NEXT, BUTTON_NONE },
150 { ACTION_STD_PREVREPEAT, BUTTON_NEXT|BUTTON_REPEAT, BUTTON_NONE }, 149 { ACTION_STD_PREVREPEAT, BUTTON_NEXT|BUTTON_REPEAT, BUTTON_NONE },
151 { ACTION_STD_NEXT, BUTTON_PREV, BUTTON_NONE }, 150 { ACTION_STD_NEXT, BUTTON_PREV, BUTTON_NONE },