summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/kernel/qapplication.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp
index 876198e..5f2992e 100644
--- a/src/gui/kernel/qapplication.cpp
+++ b/src/gui/kernel/qapplication.cpp
@@ -5304,12 +5304,6 @@ void QApplicationPrivate::appendTouchPoint(QTouchEvent::TouchPoint *touchPoint)
break;
}
appCurrentTouchPoints.insert(at, touchPoint);
-
- if (appCurrentTouchPoints.count() > appAllTouchPoints.count()) {
- qFatal("Qt: INTERNAL ERROR: appCurrentTouchPoints.count() (%d) > appAllTouchPoints.count() (%d)",
- appCurrentTouchPoints.count(),
- appAllTouchPoints.count());
- }
}
void QApplicationPrivate::removeTouchPoint(QTouchEvent::TouchPoint *touchPoint)