From 0fbaeed250fde8ad11cb9dbe8cc63667d269b5d2 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Thu, 13 Jan 2022 11:40:35 +0000 Subject: 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 --- apps/keymaps/keymap-yh8xx_yh9xx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/keymaps/keymap-yh8xx_yh9xx.c') diff --git a/apps/keymaps/keymap-yh8xx_yh9xx.c b/apps/keymaps/keymap-yh8xx_yh9xx.c index 32623e1a72..9332c9fe98 100644 --- a/apps/keymaps/keymap-yh8xx_yh9xx.c +++ b/apps/keymaps/keymap-yh8xx_yh9xx.c @@ -201,7 +201,6 @@ static const struct button_mapping button_context_settings_right_is_inc[] = { { ACTION_SETTINGS_INCREPEAT,BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, { ACTION_SETTINGS_DEC, BUTTON_LEFT, BUTTON_NONE }, { ACTION_SETTINGS_DECREPEAT,BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, - { ACTION_SETTINGS_RESET, BUTTON_REW|BUTTON_REL, BUTTON_REW }, { ACTION_STD_PREV, BUTTON_UP, BUTTON_NONE }, { ACTION_STD_PREVREPEAT, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, -- cgit v1.2.3