Evas (gl_common): Remove unused variable.

SVN revision: 67064
This commit is contained in:
Christopher Michael 2012-01-11 10:35:52 +00:00
parent 4e103ad78c
commit dec27dd7de
1 changed files with 0 additions and 1 deletions

View File

@ -481,7 +481,6 @@ _pool_tex_dynamic_new(Evas_Engine_GL_Context *gc, int w, int h, int intformat, i
#if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)
int fmt; // EGL_MAP_GL_TEXTURE_RGBA_SEC or EGL_MAP_GL_TEXTURE_RGB_SEC or bust
int pixtype; // EGL_MAP_GL_TEXTURE_UNSIGNED_BYTE_SEC or bust
int glformat;
int attr[] =
{
EGL_MAP_GL_TEXTURE_WIDTH_SEC, 32,