From b1d12f8c874cf36d1672e9fe7203aa7d499c39c5 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 26 Mar 2019 12:21:52 +0100 Subject: Remove the QT_NO_IMAGEFORMAT_{TIFF|WEBP} defines They are #undef'ed anyway. Change-Id: Ic1cb3c09b5849f16115d8514fef471825d564f2c Reviewed-by: Eirik Aavitsland --- src/plugins/imageformats/tiff/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/imageformats/tiff/main.cpp') diff --git a/src/plugins/imageformats/tiff/main.cpp b/src/plugins/imageformats/tiff/main.cpp index 915f47e..2c34097 100644 --- a/src/plugins/imageformats/tiff/main.cpp +++ b/src/plugins/imageformats/tiff/main.cpp @@ -42,9 +42,6 @@ #ifndef QT_NO_IMAGEFORMATPLUGIN -#ifdef QT_NO_IMAGEFORMAT_TIFF -#undef QT_NO_IMAGEFORMAT_TIFF -#endif #include "qtiffhandler_p.h" QT_BEGIN_NAMESPACE -- cgit v1.2.3