summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qblendedclipanimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qblendedclipanimator.cpp')
-rw-r--r--src/animation/frontend/qblendedclipanimator.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/animation/frontend/qblendedclipanimator.cpp b/src/animation/frontend/qblendedclipanimator.cpp
index c48706606..e6c5caead 100644
--- a/src/animation/frontend/qblendedclipanimator.cpp
+++ b/src/animation/frontend/qblendedclipanimator.cpp
@@ -306,21 +306,6 @@ void QBlendedClipAnimator::setBlendTree(QAbstractClipBlendNode *blendTree)
emit blendTreeChanged(blendTree);
}
-/*! \internal */
-Qt3DCore::QNodeCreatedChangeBasePtr QBlendedClipAnimator::createNodeCreationChange() const
-{
- auto creationChange = Qt3DCore::QNodeCreatedChangePtr<QBlendedClipAnimatorData>::create(this);
- QBlendedClipAnimatorData &data = creationChange->data;
- Q_D(const QBlendedClipAnimator);
- data.blendTreeRootId = Qt3DCore::qIdForNode(d->m_blendTreeRoot);
- data.mapperId = Qt3DCore::qIdForNode(d->m_mapper);
- data.clockId = Qt3DCore::qIdForNode(d->m_clock);
- data.running = d->m_running;
- data.loops = d->m_loops;
- data.normalizedTime = d->m_normalizedTime;
- return creationChange;
-}
-
} // namespace Qt3DAnimation
QT_END_NAMESPACE