summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qblendstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qblendstate.cpp')
-rw-r--r--src/render/frontend/qblendstate.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/render/frontend/qblendstate.cpp b/src/render/frontend/qblendstate.cpp
index 99ba09c32..d19a9b73f 100644
--- a/src/render/frontend/qblendstate.cpp
+++ b/src/render/frontend/qblendstate.cpp
@@ -146,13 +146,6 @@ void QBlendState::setDstAlpha(QBlendState::Blending dstAlpha)
}
}
-QNode *QBlendState::doClone() const
-{
- QBlendState *clone = new QBlendState();
- clone->d_func()->copy(d_func());
- return clone;
-}
-
} // Qt3D
QT_END_NAMESPACE