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
This commit is contained in:
Rafael Antognolli 2012-11-16 18:37:47 +00:00
parent 942bd26378
commit 766a0c790d
1 changed files with 0 additions and 2 deletions

View File

@ -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: