aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'softwarecontext/context.cpp')
-rw-r--r--softwarecontext/context.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/softwarecontext/context.cpp b/softwarecontext/context.cpp
index a0b2dd98c5..26b7dc4678 100644
--- a/softwarecontext/context.cpp
+++ b/softwarecontext/context.cpp
@@ -130,11 +130,6 @@ Context::Context(QObject *parent)
setDistanceFieldEnabled(false);
}
-QSGSimpleRectangleNode *Context::createSimpleRectangleNode(const QRectF &rect, const QColor &color)
-{
- return new SimpleRectangleNode(rect, color);
-}
-
QSGRectangleNode *Context::createRectangleNode()
{
return new RectangleNode();