summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene3d/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/scene3d/main.cpp')
-rw-r--r--examples/qt3d/scene3d/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/qt3d/scene3d/main.cpp b/examples/qt3d/scene3d/main.cpp
index 11d07c024..f4f01a7ea 100644
--- a/examples/qt3d/scene3d/main.cpp
+++ b/examples/qt3d/scene3d/main.cpp
@@ -70,7 +70,6 @@ int main(int argc, char **argv)
QGuiApplication app(argc, argv);
// Force OpenGL backend
- QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGLRhi);
QQuickView view;
view.resize(1024, 768);