From 7c3b44b81086c6b99f91e294c3b438dc808b47e2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 24 Aug 2023 21:28:39 +0900 Subject: Drop USE_QT4 code Signed-off-by: Michele Calgaro (cherry picked from commit 030a2248f3630fd0404df98beffc78b5b5ca4c31) --- src/modules/objects/class_painter.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/modules/objects/class_painter.h') diff --git a/src/modules/objects/class_painter.h b/src/modules/objects/class_painter.h index 18353945..a441311c 100644 --- a/src/modules/objects/class_painter.h +++ b/src/modules/objects/class_painter.h @@ -75,12 +75,6 @@ public: bool functionresetMatrix(KviKvsObjectFunctionCall *c); bool functiontranslateMatrix(KviKvsObjectFunctionCall *c); -#ifdef COMPILE_USE_QT4 - bool functionsetOpacity(KviKvsObjectFunctionCall *c); - bool functionsetSmoothPixmapTransform(KviKvsObjectFunctionCall *c); - bool functionsetTextAntialiasing(KviKvsObjectFunctionCall *c); - bool functionsetAntialiasing(KviKvsObjectFunctionCall *c); -#endif -- cgit v1.2.1