Remove redundant code

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82646
This commit is contained in:
Henrique Dante de Almeida 2013-01-11 16:43:30 +00:00 committed by Lucas De Marchi
parent 47580df23e
commit 32da7114d6
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ _item_sizing_eval(Elm_Menu_Item *item)
if (!item->separator) elm_coords_finger_size_adjust(1, &minw, 1, &minh);
edje_object_size_min_restricted_calc(VIEW(item), &minw, &minh, minw, minh);
if (!item->separator) elm_coords_finger_size_adjust(1, &minw, 1, &minh);
evas_object_size_hint_min_set(VIEW(item), minw, minh);
evas_object_size_hint_max_set(VIEW(item), maxw, maxh);
}