aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_painter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_painter.cpp')
-rw-r--r--src/modules/objects/KvsObject_painter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/objects/KvsObject_painter.cpp b/src/modules/objects/KvsObject_painter.cpp
index 084cd9123..aa2e7b548 100644
--- a/src/modules/objects/KvsObject_painter.cpp
+++ b/src/modules/objects/KvsObject_painter.cpp
@@ -1271,8 +1271,6 @@ void KvsObject_painter::detachDevice()
KVSO_CLASS_FUNCTION(painter, end)
{
- Q_UNUSED(c);
-
if(!m_pDeviceObject)
{
m_pPainter->end();
@@ -1958,7 +1956,6 @@ KVSO_CLASS_FUNCTION(painter, setGradientAsBrush)
KVSO_CLASS_FUNCTION(painter, clearGradient)
{
- Q_UNUSED(c);
if(!m_pGradient)
delete m_pGradient;
m_pGradient = nullptr;
@@ -2144,7 +2141,6 @@ KVSO_CLASS_FUNCTION(painter, setCompositionMode)
}
KVSO_CLASS_FUNCTION(painter, resetPath)
{
- Q_UNUSED(c);
if(m_pPainterPath)
{
delete m_pPainterPath;