summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-agptekrocker.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-agptekrocker.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-agptekrocker.c')
-rw-r--r--apps/keymaps/keymap-agptekrocker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-agptekrocker.c b/apps/keymaps/keymap-agptekrocker.c
index 4d7139ffd5..1fb8465b0a 100644
--- a/apps/keymaps/keymap-agptekrocker.c
+++ b/apps/keymaps/keymap-agptekrocker.c
@@ -96,7 +96,6 @@ static const struct button_mapping button_context_settings[] = {
96 { ACTION_SETTINGS_DEC, BUTTON_VOLDOWN, BUTTON_NONE }, 96 { ACTION_SETTINGS_DEC, BUTTON_VOLDOWN, BUTTON_NONE },
97 { ACTION_SETTINGS_DECREPEAT, BUTTON_VOLDOWN|BUTTON_REPEAT, BUTTON_NONE }, 97 { ACTION_SETTINGS_DECREPEAT, BUTTON_VOLDOWN|BUTTON_REPEAT, BUTTON_NONE },
98/* ACTION_SETTINGS_DECBIGSTEP */ 98/* ACTION_SETTINGS_DECBIGSTEP */
99 { ACTION_SETTINGS_RESET, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
100/* ACTION_SETTINGS_SET, Used by touchscreen targets */ 99/* ACTION_SETTINGS_SET, Used by touchscreen targets */
101 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD), 100 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD),
102}; /* button_context_settings */ 101}; /* button_context_settings */