From 2c73bbb0b977310d82491a9e67ae55966581f9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 22 Dec 2013 15:50:39 +0100 Subject: [PATCH] Remove offensive comment. EXT_debug_label originated in ES and that was way before KHR_debug. In fact, KHR_debug is inspired after that. --- src/AbstractObject.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AbstractObject.cpp b/src/AbstractObject.cpp index 036e64526..564cd90af 100644 --- a/src/AbstractObject.cpp +++ b/src/AbstractObject.cpp @@ -33,8 +33,6 @@ namespace Magnum { namespace { - /* What the hell, Apple? Why you had to create this abomination _after_ - KHR_debug was released?! */ inline GLenum extTypeFromKhrIdentifier(GLenum khrIdentifier) { switch(khrIdentifier) { #ifndef MAGNUM_TARGET_GLES