From 766a0c790d31795a2eaa51f9e7981b13eeb378a7 Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Fri, 16 Nov 2012 18:37:47 +0000 Subject: [PATCH] evas/gles: Remove GL_STENCIL_INDEX from _string_get() on GLES. This was removed on latest mesa, and seems to don't belong to GLES. See the specification at http://www.khronos.org/registry/gles/. Additionally, it wasn't being used anywhere. SVN revision: 79400 --- src/modules/evas/engines/gl_common/evas_gl_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/evas/engines/gl_common/evas_gl_core.c b/src/modules/evas/engines/gl_common/evas_gl_core.c index 3656eaf253..212e54ad39 100755 --- a/src/modules/evas/engines/gl_common/evas_gl_core.c +++ b/src/modules/evas/engines/gl_common/evas_gl_core.c @@ -664,8 +664,6 @@ _glenum_string_get(GLenum e) return "GL_DEPTH_COMPONENT24_OES"; // Stencil - case GL_STENCIL_INDEX: - return "GL_STENCIL_INDEX"; case GL_STENCIL_INDEX1_OES: return "GL_STENCIL_INDEX1_OES"; case GL_STENCIL_INDEX4_OES: