summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qframegraphselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qframegraphselector.cpp')
-rw-r--r--src/render/frontend/framegraph-components/qframegraphselector.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render/frontend/framegraph-components/qframegraphselector.cpp b/src/render/frontend/framegraph-components/qframegraphselector.cpp
index 84f88dff7..75e30decd 100644
--- a/src/render/frontend/framegraph-components/qframegraphselector.cpp
+++ b/src/render/frontend/framegraph-components/qframegraphselector.cpp
@@ -95,9 +95,6 @@ void QFrameGraphSelector::setSelectionFunctor(QFrameGraphSelectorFunctorPtr func
void QFrameGraphSelector::copy(const QNode *ref)
{
QFrameGraphNode::copy(ref);
- const QFrameGraphSelector *other = static_cast<const QFrameGraphSelector*>(ref);
- Q_FOREACH (QFrameGraphNode *fgChild, other->d_func()->m_fgChildren)
- appendFrameGraphNode(qobject_cast<QFrameGraphNode *>(QNode::clone(fgChild)));
}
} // Qt3D