raster pushed a commit to branch master.

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

commit 6dac5c5cd08dbb17653fbd7a91b33d6ac4fef979
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Wed Mar 2 11:44:02 2022 +0000

    remove unused var.
---
 src/bin/e_comp_x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 04aaa1a62..95a05dfac 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -2621,7 +2621,7 @@ _e_comp_x_e_client_obj_get(Evas_Object *o)
 static Eina_Bool
 _e_comp_x_mouse_in_fix_check_timer_cb(void *data EINA_UNUSED)
 {
-   E_Client *ec = NULL, *cec;
+   E_Client *ec = NULL;
    Eina_List *l, *in_list;
    Evas_Object *o;
    int x, y;

-- 


Reply via email to