summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qfilterkey.cpp
diff options
context:
space:
mode:
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)