WiimoteEmu: Remove redundant threshold setting from hotkeys button group.
This commit is contained in:
parent
c3dc3c106c
commit
247fa8c628
|
@ -22,7 +22,6 @@ namespace ControllerEmu
|
|||
ModifySettingsButton::ModifySettingsButton(std::string button_name)
|
||||
: Buttons(std::move(button_name))
|
||||
{
|
||||
numeric_settings.emplace_back(std::make_unique<NumericSetting>(_trans("Threshold"), 0.5));
|
||||
}
|
||||
|
||||
void ModifySettingsButton::AddInput(std::string button_name, bool toggle)
|
||||
|
|
Loading…
Reference in New Issue