configure_input_player: Mark unused function

I could remove it, but it seems potentially useful in the future...
This commit is contained in:
comex
2020-11-15 13:46:19 -05:00
parent 9de9ad3023
commit 9c850124b7

View File

@@ -73,7 +73,7 @@ constexpr Settings::ControllerType GetControllerTypeFromIndex(int index) {
}
/// Maps the Controller Type enum to controller type combobox index
constexpr int GetIndexFromControllerType(Settings::ControllerType type) {
[[maybe_unused]] constexpr int GetIndexFromControllerType(Settings::ControllerType type) {
switch (type) {
case Settings::ControllerType::ProController:
default: