From f2b33fa1efe4e098529066d72327abf8007607c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 3 Nov 2019 20:48:07 +0100 Subject: [PATCH] Why is this here. --- src/Magnum/PixelFormat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/PixelFormat.cpp b/src/Magnum/PixelFormat.cpp index b0b2fd4ec..ddc63cff3 100644 --- a/src/Magnum/PixelFormat.cpp +++ b/src/Magnum/PixelFormat.cpp @@ -159,7 +159,6 @@ constexpr UnsignedShort CompressedBlockData[] { ((depth - 1) << 4) | \ ((size >> 3) - 1), #include "Magnum/Implementation/compressedPixelFormatMapping.hpp" - #undef _s #undef _c }; #endif