summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipblendnode.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-03-24 16:24:55 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-03-26 07:30:03 +0000
commitb854233ee924d020ca8dfd30996d1483f04e4e7a (patch)
treef280fc52cbefa540393f5da17e3836191791e2ef /src/animation/backend/clipblendnode.cpp
parent5a7fdcaf649a51be5f18dc3ef1fbea26b0dbdef1 (diff)
Remove last vestiges of parent-child data from ClipBlendNode
Change-Id: I76c28fc48ee6683f3e86aceffd66e2b579899d5b Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/animation/backend/clipblendnode.cpp')
-rw-r--r--src/animation/backend/clipblendnode.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/animation/backend/clipblendnode.cpp b/src/animation/backend/clipblendnode.cpp
index 4f236b11c..94a956837 100644
--- a/src/animation/backend/clipblendnode.cpp
+++ b/src/animation/backend/clipblendnode.cpp
@@ -57,11 +57,6 @@ ClipBlendNode::~ClipBlendNode()
{
}
-Qt3DCore::QNodeIdVector ClipBlendNode::childrenIds() const
-{
- return m_childrenIds;
-}
-
void ClipBlendNode::setClipBlendNodeManager(ClipBlendNodeManager *manager)
{
m_manager = manager;