aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/openglunderqml/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/openglunderqml/main.cpp b/examples/declarative/openglunderqml/main.cpp
index f9ddd6fc04..06e5fca430 100644
--- a/examples/declarative/openglunderqml/main.cpp
+++ b/examples/declarative/openglunderqml/main.cpp
@@ -52,7 +52,6 @@ int main(int argc, char **argv)
qmlRegisterType<Squircle>("QtQuick", 2, 0, "Squircle");
QQuickView view;
- view.setVSyncAnimations(true);
view.setSource(QUrl("main.qml"));
view.show();