Code is qt6 only now. Remove unused check

This commit is contained in:
Laurent Montel 2023-12-15 21:57:45 +01:00
parent da8ed31aec
commit 8d1ef536be

View File

@ -94,7 +94,7 @@
// Allow the code to works on all QT versions supported by KDE
// project (Qt 5.15 and Qt 6.x) to easy backports fixes.
#if (QT_VERSION_MAJOR >= 6) && !defined(EXR_USE_LEGACY_CONVERSIONS)
#if !defined(EXR_USE_LEGACY_CONVERSIONS)
// If uncommented, the image is rendered in a float16 format, the result is very precise
#define EXR_USE_QT6_FLOAT_IMAGE // default uncommented
#endif