evas-gl-generic: Mark 'data' parameter as unused

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-01-04 08:12:21 -05:00
parent 309e490bc0
commit 80f5860c68
1 changed files with 1 additions and 1 deletions

View File

@ -1078,7 +1078,7 @@ eng_image_orient_get(void *data EINA_UNUSED, void *image)
} }
static void static void
eng_image_data_preload_request(void *data, void *image, const Eo *target) eng_image_data_preload_request(void *data EINA_UNUSED, void *image, const Eo *target)
{ {
Evas_GL_Image *gim = image; Evas_GL_Image *gim = image;
// Render_Engine_GL_Generic *re = data; // Render_Engine_GL_Generic *re = data;