remove unused variables in _dmabuf_add function

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-05-19 08:57:43 -04:00
parent c53a6efc8d
commit bd1847162e
1 changed files with 0 additions and 1 deletions

View File

@ -257,7 +257,6 @@ static Eina_Bool
_dmabuf_add(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{
Ecore_Wl2_Event_Sync_Done *ev;
int w = 0, h = 0;
ev = event;
if (ev->display != e_comp_wl->wl.client_disp)