devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=103a980adbb5b28d75ccb9bbe461dc1ceda70257

commit 103a980adbb5b28d75ccb9bbe461dc1ceda70257
Author: Chris Michael <[email protected]>
Date:   Fri Oct 31 14:34:17 2014 -0400

    e_comp_wl: Remove unused variables
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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 8ce9e04..3d57011 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;

-- 


Reply via email to