diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-05-29 12:13:45 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-05-29 12:13:45 (GMT) |
commit | 120ce340065ab62780032589fd79b8d3e154c81d (patch) | |
tree | 75d1e8514f7931adeee56b51dcc0e1631dea4060 /src/gui/kernel/qapplication.cpp | |
parent | eaf85eb428bc1336c16187b5e4df61f63a19068c (diff) | |
download | Qt-120ce340065ab62780032589fd79b8d3e154c81d.zip Qt-120ce340065ab62780032589fd79b8d3e154c81d.tar.gz Qt-120ce340065ab62780032589fd79b8d3e154c81d.tar.bz2 |
Remove some code that used Windows specific variables
Diffstat (limited to 'src/gui/kernel/qapplication.cpp')
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 6 |
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) |