summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qlayer.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-04-19 17:16:52 +0100
committerPaul Lemire <paul.lemire@kdab.com>2016-04-29 16:22:24 +0000
commit948d0357850918596b56f38a6dc6e25cd186f5a0 (patch)
tree2a522442757660b6eadecd3a6decde1f34ab5740 /src/render/frontend/qlayer.cpp
parentae5ac1128bc61176f797f6e248d18b9ced051ad9 (diff)
Strip out cloning subsystem
Change-Id: I4def54a11de0f9c676ef6b2d7bd8e723ded25ab9 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/frontend/qlayer.cpp')
-rw-r--r--src/render/frontend/qlayer.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/render/frontend/qlayer.cpp b/src/render/frontend/qlayer.cpp
index 8ecf46b1e..b4c85a596 100644
--- a/src/render/frontend/qlayer.cpp
+++ b/src/render/frontend/qlayer.cpp
@@ -65,17 +65,6 @@ QLayerPrivate::QLayerPrivate()
\brief For ...
*/
-
-/*! \fn void Qt3DRender::QLayer::copy(const Qt3DCore::QNode *ref)
- Copies the \a ref instance into this one.
- */
-void QLayer::copy(const QNode *ref)
-{
- QComponent::copy(ref);
- const QLayer *layer = static_cast<const QLayer*>(ref);
- d_func()->m_names = layer->d_func()->m_names;
-}
-
/*! \fn Qt3DRender::QLayer::QLayer(Qt3DCore::QNode *parent)
Constructs a new QLayer with the specified \a parent.
*/