MappingButton: remove GetFirstButtonPress logic

This commit is contained in:
Michael Maltese
2017-06-15 16:15:07 -07:00
parent 220ce425cd
commit 94038a1e03
3 changed files with 0 additions and 16 deletions
@@ -42,13 +42,8 @@ void MappingButton::OnButtonPressed()
setText(QStringLiteral("..."));
Common::SleepCurrentThread(100);
SetBlockInputs(true);
if (m_parent->GetFirstButtonPress())
m_reference->Detect(10, dev.get());
// Avoid that the button press itself is registered as an event
Common::SleepCurrentThread(100);