summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qwindow.cpp')
-rw-r--r--src/render/frontend/qwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/frontend/qwindow.cpp b/src/render/frontend/qwindow.cpp
index d5033c312..07db56bba 100644
--- a/src/render/frontend/qwindow.cpp
+++ b/src/render/frontend/qwindow.cpp
@@ -173,7 +173,6 @@ void QWindow::show()
data.insert(QStringLiteral("eventSource"), QVariant::fromValue(this));
d->m_engine->setData(data);
- d->m_engine->initialize();
d->m_root->addComponent(d->m_frameGraph);
d->m_engine->setRootEntity(d->m_root);