toolbar: remove useless codes
authorWooHyun Jung <wh0705.jung@samsung.com>
Sat, 21 Mar 2015 00:45:59 +0000 (09:45 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Sat, 21 Mar 2015 00:45:59 +0000 (09:45 +0900)
legacy/elementary/src/lib/elm_toolbar.c

index cb4278b..ad3b5c2 100644 (file)
@@ -950,7 +950,6 @@ static void
 _resizing_eval(Evas_Object *obj)
 {
    Evas_Coord x, y, h;
-   Evas_Coord mw = -1, mh = -1;
    ELM_TOOLBAR_DATA_GET(obj, sd);
 
    evas_object_geometry_get(obj, &x, &y, NULL, &h);