gl_common: remove incorrect EINA_UNUSED for evas_gl_common_texture_free

This commit is contained in:
Mike Blumenkrantz 2016-03-11 15:55:36 -05:00
parent e916eae38a
commit 1bf0bbfae9
1 changed files with 1 additions and 1 deletions

View File

@ -1446,7 +1446,7 @@ evas_gl_common_texture_update(Evas_GL_Texture *tex, RGBA_Image *im)
}
void
evas_gl_common_texture_free(Evas_GL_Texture *tex, Eina_Bool force EINA_UNUSED)
evas_gl_common_texture_free(Evas_GL_Texture *tex, Eina_Bool force)
{
if (!tex) return;
if (force)