summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/testlib/qtest.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/testlib/qtest.h b/src/testlib/qtest.h
index 6c80ff3a4d..7a6bbb5edf 100644
--- a/src/testlib/qtest.h
+++ b/src/testlib/qtest.h
@@ -630,11 +630,6 @@ int main(int argc, char *argv[]) \
#include <QtTest/qtestsystem.h>
-// Two backwards-compatibility defines for an obsolete feature:
-#define QTEST_ADD_GPU_BLACKLIST_SUPPORT_DEFS
-#define QTEST_ADD_GPU_BLACKLIST_SUPPORT
-// ### Qt 6: fully remove these.
-
#if defined(QT_NETWORK_LIB)
# include <QtTest/qtest_network.h>
#endif