diff options
Diffstat (limited to 'examples/painting/deform/pathdeform.cpp')
-rw-r--r-- | examples/painting/deform/pathdeform.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/painting/deform/pathdeform.cpp b/examples/painting/deform/pathdeform.cpp index f91778337f..d5880fb786 100644 --- a/examples/painting/deform/pathdeform.cpp +++ b/examples/painting/deform/pathdeform.cpp @@ -471,7 +471,6 @@ void PathDeformRenderer::timerEvent(QTimerEvent *e) { QRect rectAfter = circle_bounds(m_pos, m_radius, m_fontSize); update(rectAfter | rectBefore); - QApplication::syncX(); } } // else if (e->timerId() == m_fpsTimer.timerId()) { |