aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_painter.cpp
diff options
context:
space:
mode:
authorGravatar IceN9ne2018-11-27 20:29:47 -0500
committerGravatar IceN9ne2018-11-28 22:02:03 -0500
commit081bcfd8329b1ef2a0c027c6ab5da5d7c0686d09 (patch)
treefe7f068c7f0c24320a5981411c9646817fcfcfff /src/modules/objects/KvsObject_painter.cpp
parentModernize to C++17 (diff)
downloadKVIrc-081bcfd8329b1ef2a0c027c6ab5da5d7c0686d09.tar.gz
KVIrc-081bcfd8329b1ef2a0c027c6ab5da5d7c0686d09.tar.bz2
KVIrc-081bcfd8329b1ef2a0c027c6ab5da5d7c0686d09.zip
Remove Q_UNUSED macros
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;