summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qenvironmentlight.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qenvironmentlight.cpp')
-rw-r--r--src/render/lights/qenvironmentlight.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/render/lights/qenvironmentlight.cpp b/src/render/lights/qenvironmentlight.cpp
index 977e117db..52ee30cb2 100644
--- a/src/render/lights/qenvironmentlight.cpp
+++ b/src/render/lights/qenvironmentlight.cpp
@@ -100,15 +100,6 @@ void QEnvironmentLightPrivate::_q_updateEnvMapsSize()
m_shaderData->setProperty("specularSize", QVariant::fromValue(specularSize));
}
-Qt3DCore::QNodeCreatedChangeBasePtr QEnvironmentLight::createNodeCreationChange() const
-{
- auto creationChange = Qt3DCore::QNodeCreatedChangePtr<QEnvironmentLightData>::create(this);
- auto &data = creationChange->data;
- Q_D(const QEnvironmentLight);
- data.shaderDataId = qIdForNode(d->m_shaderData);
- return creationChange;
-}
-
/*!
\class Qt3DRender::QEnvironmentLight
\inmodule Qt3DRender