From 9d937ad3c8ee6a4da1e0741d462a87dc143ec40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 14 Sep 2019 12:57:55 +0200 Subject: [PATCH] GL: remove redundant ifdefs. --- src/Magnum/GL/TextureFormat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Magnum/GL/TextureFormat.h b/src/Magnum/GL/TextureFormat.h index a3a12cd7e..e351ce092 100644 --- a/src/Magnum/GL/TextureFormat.h +++ b/src/Magnum/GL/TextureFormat.h @@ -82,9 +82,7 @@ enum class TextureFormat: GLenum { #else R8 = GL_R8_EXT, #endif - #endif - #if !(defined(MAGNUM_TARGET_WEBGL) && defined(MAGNUM_TARGET_GLES2)) /** * Red and green component, normalized unsigned, size * implementation-dependent. Not allowed in unemulated