evas-wayland-shm: Remove unused varible

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-10-26 12:18:30 -04:00
parent 0fa7abae7b
commit 001d8255b8
1 changed files with 1 additions and 3 deletions

View File

@ -199,7 +199,7 @@ _evas_outbuf_flush(Outbuf *ob, Tilebuf_Rect *surface_damage EINA_UNUSED, Tilebuf
{
Eina_Rectangle *result;
RGBA_Image *img;
unsigned int n = 0, i = 0;
unsigned int i = 0;
LOGFN(__FILE__, __LINE__, __FUNCTION__);
@ -229,8 +229,6 @@ _evas_outbuf_flush(Outbuf *ob, Tilebuf_Rect *surface_damage EINA_UNUSED, Tilebuf
eina_rectangle_free(rect);
}
/* ob->surface->funcs.post(ob->surface, result, n); */
/* clean array */
eina_array_clean(&ob->priv.onebuf_regions);