devilhorns pushed a commit to branch master.

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

commit 59c737dd28445d3fb04d345f69a871044e28bafe
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon May 18 09:24:01 2015 -0400

    remove unused variable
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl_input.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c
index f070ea8..316457f 100644
--- a/src/bin/e_comp_wl_input.c
+++ b/src/bin/e_comp_wl_input.c
@@ -33,11 +33,9 @@ _e_comp_wl_input_cb_resource_destroy(struct wl_client 
*client EINA_UNUSED, struc
 static void
 _e_comp_wl_input_pointer_cb_cursor_set(struct wl_client *client, struct 
wl_resource *resource EINA_UNUSED, uint32_t serial EINA_UNUSED, struct 
wl_resource *surface_resource, int32_t x, int32_t y)
 {
-   E_Comp_Data *cdata;
    E_Client *ec;
    Eina_Bool got_mouse = EINA_FALSE;
 
-   cdata = e_comp->wl_comp_data;
    E_CLIENT_FOREACH(ec)
      {
        if (!ec->comp_data->surface) continue;

-- 


Reply via email to