From b107dc1cdc18b5edcdb44e74e0c69f0bb0e65cb7 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 25 Jul 2016 08:44:12 -0400 Subject: [PATCH] remove unused variables from _ibar_resize_handle Signed-off-by: Chris Michael --- src/modules/ibar/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index 0645339f5..d14e7bf3f 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod_main.c @@ -638,7 +638,7 @@ static void _ibar_resize_handle(IBar *b) { IBar_Icon *ic; - Evas_Coord w, h, xx, yy, ww, hh; + Evas_Coord w, h, ww, hh; if (!b->inst->gcc) return; evas_object_geometry_get(b->o_outerbox, NULL, NULL, &ww, &hh);