evas-gl-generic: Remove useless returns

There is really No point in having the 'return' here as we fall out of
the function anyway.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-19 10:06:57 -04:00
parent 1fc4ccf67a
commit e8023b06e0
1 changed files with 0 additions and 2 deletions

View File

@ -241,7 +241,6 @@ _native_bind_cb(void *data EINA_UNUSED, void *image)
glBindTexture(GL_TEXTURE_2D, n->data.opengl.texture_id);
GLERR(__FUNCTION__, __FILE__, __LINE__, "");
}
return;
}
static void
@ -255,7 +254,6 @@ _native_unbind_cb(void *data EINA_UNUSED, void *image)
glBindTexture(GL_TEXTURE_2D, 0);
GLERR(__FUNCTION__, __FILE__, __LINE__, "");
}
return;
}
static void