summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/qunixeventdispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/platform/unix/qunixeventdispatcher.cpp')
-rw-r--r--src/gui/platform/unix/qunixeventdispatcher.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/platform/unix/qunixeventdispatcher.cpp b/src/gui/platform/unix/qunixeventdispatcher.cpp
index 44258538ec..9262ee7b2f 100644
--- a/src/gui/platform/unix/qunixeventdispatcher.cpp
+++ b/src/gui/platform/unix/qunixeventdispatcher.cpp
@@ -64,16 +64,4 @@ bool QUnixEventDispatcherQPA::processEvents(QEventLoop::ProcessEventsFlags flags
return QWindowSystemInterface::sendWindowSystemEvents(flags) || didSendEvents;
}
-bool QUnixEventDispatcherQPA::hasPendingEvents()
-{
- extern uint qGlobalPostedEventsCount(); // from qapplication.cpp
- return qGlobalPostedEventsCount() || QWindowSystemInterface::windowSystemEventsQueued();
-}
-
-void QUnixEventDispatcherQPA::flush()
-{
- if(qApp)
- qApp->sendPostedEvents();
-}
-
QT_END_NAMESPACE