From 103a980adbb5b28d75ccb9bbe461dc1ceda70257 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 31 Oct 2014 14:34:17 -0400 Subject: [PATCH] e_comp_wl: Remove unused variables Signed-off-by: Chris Michael --- src/bin/e_comp_wl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 8ce9e0466..3d570116a 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1455,8 +1455,6 @@ _e_comp_wl_client_cb_resize_begin(void *data EINA_UNUSED, E_Client *ec) static void _e_comp_wl_client_cb_resize_end(void *data EINA_UNUSED, E_Client *ec) { - int pw, ph; - if (e_object_is_del(E_OBJECT(ec))) return; E_COMP_WL_PIXMAP_CHECK;