From 9a5139a2b59ac27afa190caa46ba22138f9dfa6c Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Fri, 24 Mar 2017 13:21:25 +0000 Subject: Remove clips property from QAbstractClipBlendNode and friends No longer needed as concrete subclasses each provide their own specific APIs for managing clips or sub trees. Change-Id: I8e090bcf18ad9bf0d19e36128d7556aaa6cd6edf Reviewed-by: Sean Harmer --- src/animation/frontend/qclipblendnodecreatedchange.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/animation/frontend/qclipblendnodecreatedchange.h') diff --git a/src/animation/frontend/qclipblendnodecreatedchange.h b/src/animation/frontend/qclipblendnodecreatedchange.h index b07d080bd..01f17d7ca 100644 --- a/src/animation/frontend/qclipblendnodecreatedchange.h +++ b/src/animation/frontend/qclipblendnodecreatedchange.h @@ -53,9 +53,6 @@ public: explicit QClipBlendNodeCreatedChangeBase(const QAbstractClipBlendNode *node); ~QClipBlendNodeCreatedChangeBase(); - Qt3DCore::QNodeId parentClipBlendNodeId() const; - Qt3DCore::QNodeIdVector clips() const; - private: Q_DECLARE_PRIVATE(QClipBlendNodeCreatedChangeBase) }; -- cgit v1.2.3