summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qframegraphnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qframegraphnode.cpp')
-rw-r--r--src/render/framegraph/qframegraphnode.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/render/framegraph/qframegraphnode.cpp b/src/render/framegraph/qframegraphnode.cpp
index f49f6433a..797e24324 100644
--- a/src/render/framegraph/qframegraphnode.cpp
+++ b/src/render/framegraph/qframegraphnode.cpp
@@ -39,7 +39,6 @@
#include "qframegraphnode.h"
#include "qframegraphnode_p.h"
-#include <Qt3DRender/qframegraphnodecreatedchange.h>
#include <Qt3DCore/QNode>
@@ -305,15 +304,6 @@ QFrameGraphNode::QFrameGraphNode(QFrameGraphNodePrivate &dd, QNode *parent)
{
}
-Qt3DCore::QNodeCreatedChangeBasePtr QFrameGraphNode::createNodeCreationChange() const
-{
- // connect to the parentChanged signal here rather than constructor because
- // until now there's no backend node to notify when parent changes
- connect(this, &QNode::parentChanged, this, &QFrameGraphNode::onParentChanged);
-
- return QFrameGraphNodeCreatedChangeBasePtr::create(this);
-}
-
void QFrameGraphNode::onParentChanged(QObject *)
{
// Direct sync update request