summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qfilterkey.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/materialsystem/qfilterkey.cpp
parentae5ac1128bc61176f797f6e248d18b9ced051ad9 (diff)
Strip out cloning subsystem
Change-Id: I4def54a11de0f9c676ef6b2d7bd8e723ded25ab9 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/materialsystem/qfilterkey.cpp')
-rw-r--r--src/render/materialsystem/qfilterkey.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/render/materialsystem/qfilterkey.cpp b/src/render/materialsystem/qfilterkey.cpp
index 332000db2..135dc9c46 100644
--- a/src/render/materialsystem/qfilterkey.cpp
+++ b/src/render/materialsystem/qfilterkey.cpp
@@ -69,17 +69,6 @@ QFilterKeyPrivate::QFilterKeyPrivate()
*/
/*!
- Copies the annotation in \a ref into this annotation.
- */
-void QFilterKey::copy(const QNode *ref)
-{
- QNode::copy(ref);
- const QFilterKey *criterion = static_cast<const QFilterKey*>(ref);
- d_func()->m_name = criterion->d_func()->m_name;
- d_func()->m_value = criterion->d_func()->m_value;
-}
-
-/*!
The constructor creats a new annotation under \a parent.
*/
QFilterKey::QFilterKey(QNode *parent)