devilhorns pushed a commit to branch master.

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

commit bd1847162ed6a648aa556fad9f93f663bf33e213
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Thu May 19 08:57:43 2016 -0400

    remove unused variables in _dmabuf_add function
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/bin/e_comp_wl_extensions.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_comp_wl_extensions.c b/src/bin/e_comp_wl_extensions.c
index 3e1292c..c97bc99 100644
--- a/src/bin/e_comp_wl_extensions.c
+++ b/src/bin/e_comp_wl_extensions.c
@@ -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)

-- 


Reply via email to