[elm] Repeated call now gone.

SVN revision: 74020
This commit is contained in:
Gustavo Lima Chaves 2012-07-17 18:45:39 +00:00
parent 4e88d3f1c7
commit 48222a539e
1 changed files with 0 additions and 2 deletions

View File

@ -615,8 +615,6 @@ elm_spinner_add(Evas_Object *parent)
if (!elm_widget_sub_object_add(parent, obj))
ERR("could not add %p as sub object of %p", obj, parent);
elm_layout_sizing_eval(obj);
return obj;
}