Calling sizing_eval after theme_hook is useless, thanks devilhorns

SVN revision: 42010
This commit is contained in:
Daniel Kolesa 2009-08-26 14:25:49 +00:00
parent ed1dcddafb
commit 0a7873850b
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ elm_separator_horizontal_set(Evas_Object *obj, Eina_Bool horizontal)
if (wd->horizontal == horizontal) return;
wd->horizontal = horizontal;
_theme_hook(obj);
_sizing_eval(obj);
}
EAPI Eina_Bool