summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/blendedclipanimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/blendedclipanimator.cpp')
-rw-r--r--src/animation/backend/blendedclipanimator.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/animation/backend/blendedclipanimator.cpp b/src/animation/backend/blendedclipanimator.cpp
index 1cb774f72..08789a5f9 100644
--- a/src/animation/backend/blendedclipanimator.cpp
+++ b/src/animation/backend/blendedclipanimator.cpp
@@ -74,7 +74,6 @@ void BlendedClipAnimator::cleanup()
m_startGlobalTime = 0;
m_currentLoop = 0;
m_loops = 1;
- m_mappingData.clear();
}
void BlendedClipAnimator::setBlendTreeRootId(Qt3DCore::QNodeId blendTreeId)
@@ -95,11 +94,6 @@ void BlendedClipAnimator::setRunning(bool running)
setDirty(Handler::BlendedClipAnimatorDirty);
}
-void BlendedClipAnimator::setMappingData(const QVector<AnimationUtils::BlendingMappingData> mappingData)
-{
- m_mappingData = mappingData;
-}
-
void BlendedClipAnimator::sendPropertyChanges(const QVector<Qt3DCore::QSceneChangePtr> &changes)
{
for (const Qt3DCore::QSceneChangePtr &change : changes)