Evas GL: Fix unused variable

CID 1248912
This commit is contained in:
Jean-Philippe Andre 2014-10-22 08:20:13 +09:00
parent ebaba7f20a
commit 25575ddf8d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ _evas_gl_internal_tls_destroy(Evas_GL *evas_gl)
if (!evas_gl) return;
if (!(tls_data = eina_tls_get(evas_gl->resource_key)))
if (!eina_tls_get(evas_gl->resource_key))
{
WRN("Destructor: TLS data was never set!");
return;