discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a0f411a7728a852a7763460a1ce122ace191d45e
commit a0f411a7728a852a7763460a1ce122ace191d45e Author: Chris Michael <[email protected]> Date: Mon Jul 25 08:44:12 2016 -0400 remove unused variables from _ibar_resize_handle Signed-off-by: Chris Michael <[email protected]> --- 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 0645339..d14e7bf 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); --
