remove unused variables from _ibar_resize_handle

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-07-25 08:44:12 -04:00
parent 3fc195cd9f
commit b107dc1cdc
1 changed files with 1 additions and 1 deletions

View File

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