From 5381320d3446c43b8de0b4f176f5af6d2446d69f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 9 Nov 2009 12:56:26 +0000 Subject: [PATCH] Remove useless variables. SVN revision: 43580 --- legacy/elementary/src/lib/elm_radio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_radio.c b/legacy/elementary/src/lib/elm_radio.c index 2d9d4c2399..5dc265b046 100644 --- a/legacy/elementary/src/lib/elm_radio.c +++ b/legacy/elementary/src/lib/elm_radio.c @@ -111,13 +111,13 @@ static void _sizing_eval(Evas_Object *obj) { Widget_Data *wd = elm_widget_data_get(obj); - Evas_Coord minw = -1, minh = -1, maxw = -1, maxh = -1; + Evas_Coord minw = -1, minh = -1; elm_coords_finger_size_adjust(1, &minw, 1, &minh); edje_object_size_min_restricted_calc(wd->chk, &minw, &minh, minw, minh); elm_coords_finger_size_adjust(1, &minw, 1, &minh); evas_object_size_hint_min_set(obj, minw, minh); - evas_object_size_hint_max_set(obj, maxw, maxh); + evas_object_size_hint_max_set(obj, -1, -1); } static void