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);