stefan pushed a commit to branch master.

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

commit 58286beed4886741b1c3e7f50768a977b0283b6d
Author: Stefan Schmidt <[email protected]>
Date:   Wed Mar 5 11:35:46 2014 +0100

    e_comp_wl: Remove unused variable.
    
    Later on we use state_w directly.
---
 src/bin/e_comp_wl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 4da6f88..298846b 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -982,7 +982,6 @@ _default_grab_button(struct wl_pointer_grab *grab, uint32_t 
timestamp, uint32_t
    struct wl_pointer *pointer = grab->pointer;
    struct wl_list *lst;
    struct wl_resource *res;
-   enum wl_pointer_button_state state = state_w;
 
    lst = &pointer->focus_resource_list;
    if (!wl_list_empty(lst))

-- 


Reply via email to