From a22bbc9e1513e7c63904119c709762cfd0548d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 7 Aug 2012 01:12:39 +0200 Subject: [PATCH] Removed @todo (deprecated in GLES 3.0). --- src/AbstractTexture.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AbstractTexture.h b/src/AbstractTexture.h index c7e2ef512..79e912b9d 100644 --- a/src/AbstractTexture.h +++ b/src/AbstractTexture.h @@ -234,8 +234,6 @@ class MAGNUM_EXPORT AbstractTexture { * * For more information about default values for unused components and * normalization see enums Components and ComponentType. - * @todo ES2 - GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_ALPHA? They are - * deprecated everywhere else. */ enum class Format: GLenum { #ifndef MAGNUM_TARGET_GLES