summaryrefslogtreecommitdiffstats
path: root/examples/painting/pathstroke
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/pathstroke')
-rw-r--r--examples/painting/pathstroke/pathstroke.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/painting/pathstroke/pathstroke.cpp b/examples/painting/pathstroke/pathstroke.cpp
index dd0de4746b..76495cafea 100644
--- a/examples/painting/pathstroke/pathstroke.cpp
+++ b/examples/painting/pathstroke/pathstroke.cpp
@@ -582,7 +582,6 @@ void PathStrokeRenderer::timerEvent(QTimerEvent *e)
{
if (e->timerId() == m_timer.timerId()) {
updatePoints();
- QApplication::syncX();
} // else if (e->timerId() == m_fpsTimer.timerId()) {
// emit frameRate(m_frameCount);
// m_frameCount = 0;