summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qlayerfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qlayerfilter.cpp')
-rw-r--r--src/render/frontend/framegraph-components/qlayerfilter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/frontend/framegraph-components/qlayerfilter.cpp b/src/render/frontend/framegraph-components/qlayerfilter.cpp
index 838aca131..a883769bc 100644
--- a/src/render/frontend/framegraph-components/qlayerfilter.cpp
+++ b/src/render/frontend/framegraph-components/qlayerfilter.cpp
@@ -56,8 +56,6 @@ void QLayerFilter::copy(const QNode *ref)
QFrameGraphNode::copy(ref);
const QLayerFilter *layer = static_cast<const QLayerFilter*>(ref);
d_func()->m_layers = layer->d_func()->m_layers;
- Q_FOREACH (QFrameGraphNode *fgChild, layer->d_func()->m_fgChildren)
- appendFrameGraphNode(qobject_cast<QFrameGraphNode *>(QNode::clone(fgChild)));
}
QLayerFilter::QLayerFilter(QNode *parent)