summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/qt-ble.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp
index 3deec8e65..730d7148e 100644
--- a/core/qt-ble.cpp
+++ b/core/qt-ble.cpp
@@ -38,9 +38,6 @@ static void waitFor(int ms) {
do {
QCoreApplication::processEvents(QEventLoop::AllEvents, ms);
-#if !defined(Q_OS_IOS)
- QCoreApplication::sendPostedEvents(nullptr, QEvent::DeferredDelete);
-#endif
QThread::msleep(10);
} while (timer.elapsed() < ms);
}