WiimoteEmu: Remove redundant threshold setting from hotkeys button group.

This commit is contained in:
Jordan Woyak 2018-12-29 16:19:28 -06:00
parent c3dc3c106c
commit 247fa8c628
1 changed files with 0 additions and 1 deletions

View File

@ -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)