From 6a51407556ba235f80fe946d9d99eb0261e990c4 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 15 Sep 2023 13:29:13 +0200 Subject: [PATCH] Remove unused Qt5 code --- src/imageformats/xcf.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/imageformats/xcf.cpp b/src/imageformats/xcf.cpp index 189cefb..7dd5da9 100644 --- a/src/imageformats/xcf.cpp +++ b/src/imageformats/xcf.cpp @@ -20,12 +20,6 @@ #include #include -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) -// To test the plugin with OSS FUZZ (in 2023) you need to make it compatible with Qt 5. -// The plugin has been made compatible with all Qt (5 and 6) versions supported by the KDE project. -#define XCF_QT5_SUPPORT -#endif - #ifndef XCF_QT5_SUPPORT // Float images are not supported by Qt 5 and can be disabled in QT 6 to reduce memory usage. // Unfortunately enabling/disabling this define results in slightly different images, so leave the default if possible.