Skip to content

Commit

Permalink
These should have not been added to that PR change.
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl committed Aug 3, 2023
1 parent d358c22 commit b554eb8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/config_legacy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ namespace ConfigLegacy
HOTKEY_INVERT_Y_AXIS,
HOTKEY_SOCD_FIRST_INPUT,
HOTKEY_SOCD_BYPASS,
HOTKEY_L3_BUTTON,
HOTKEY_R3_BUTTON,
HOTKEY_TOUCHPAD_BUTTON,
};

enum OnBoardLedMode
Expand Down Expand Up @@ -528,9 +525,6 @@ static bool isValidGamepadHotkey(ConfigLegacy::GamepadHotkey hotkey)
case HOTKEY_INVERT_Y_AXIS:
case HOTKEY_SOCD_FIRST_INPUT:
case HOTKEY_SOCD_BYPASS:
case HOTKEY_L3_BUTTON:
case HOTKEY_R3_BUTTON:
case HOTKEY_TOUCHPAD_BUTTON:
return true;
}
return false;
Expand Down

0 comments on commit b554eb8

Please sign in to comment.