summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-09-03 11:13:47 +0200
committerLars Knoll <lars.knoll@qt.io>2020-09-06 00:17:09 +0200
commit2caa2faf01d66904b912fe1b1b443b5932d928d0 (patch)
tree3e6eeabfec4547f2ce6712f1fcb792e3194a3ca1
parentff69227a49119c00f703cf89c9d72db7eeeeaa66 (diff)
Remove two obsolete #defines
Change-Id: Icc13408cfdb8ce0db6f274904c3e44f8376cd1e5 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-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