evas: engine: remove set but unused variable

This commit is contained in:
Stefan Schmidt 2016-08-16 16:22:06 +02:00
parent e1a4274e97
commit 31f289ff4c
1 changed files with 0 additions and 2 deletions

View File

@ -1694,7 +1694,6 @@ eng_image_data_unmap(void *engdata EINA_UNUSED, void *image, void *memory, int l
{ {
RGBA_Image_Data_Map *map; RGBA_Image_Data_Map *map;
RGBA_Image *im = image; RGBA_Image *im = image;
Eina_Bool found = EINA_FALSE;
if (!im || !memory) if (!im || !memory)
return EINA_FALSE; return EINA_FALSE;
@ -1703,7 +1702,6 @@ eng_image_data_unmap(void *engdata EINA_UNUSED, void *image, void *memory, int l
{ {
if ((map->ptr == memory) && (map->size == length)) if ((map->ptr == memory) && (map->size == length))
{ {
found = EINA_TRUE;
if (map->allocated) if (map->allocated)
{ {
if (map->mode & EFL_GFX_BUFFER_ACCESS_MODE_WRITE) if (map->mode & EFL_GFX_BUFFER_ACCESS_MODE_WRITE)