summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-04-07 16:57:46 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-04-12 18:37:36 +0000
commit008038ddd7659432eb772a62475b1ebda78513cd (patch)
tree7e0f2d6aa2e9a200622087f869391b5c03953120 /src
parent7b204be06203df2df3c98b7aff9b831aa9f8c59a (diff)
Remove defunct TODO comment
Change-Id: Ida7608b2ad2d50913d533a7fa58e21c86607a095 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/animation/backend/evaluateblendclipanimatorjob.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animation/backend/evaluateblendclipanimatorjob.cpp b/src/animation/backend/evaluateblendclipanimatorjob.cpp
index df4466d1c..76d24a4d3 100644
--- a/src/animation/backend/evaluateblendclipanimatorjob.cpp
+++ b/src/animation/backend/evaluateblendclipanimatorjob.cpp
@@ -86,7 +86,6 @@ void EvaluateBlendClipAnimatorJob::run()
// Iterate over the value nodes of the blend tree, evaluate the
// contained animation clips at the current phase and store the results
// in the animator indexed by node.
- // TODO: Handle clips not loaded from file
AnimationClipLoaderManager *clipLoaderManager = m_handler->animationClipLoaderManager();
for (const auto valueNodeId : valueNodeIdsToEvaluate) {
ClipBlendValue *valueNode = static_cast<ClipBlendValue *>(blendNodeManager->lookupNode(valueNodeId));