Qt/Mapping: Remove iterative input

This commit is contained in:
spycrab
2019-04-23 22:10:17 +02:00
parent 2abe333ce9
commit 7f861f095a
5 changed files with 0 additions and 42 deletions

View File

@ -104,9 +104,6 @@ void MappingButton::Detect()
ConfigChanged();
m_parent->SaveSettings();
if (m_parent->IsIterativeInput())
m_parent->NextButton(this);
}
void MappingButton::Clear()