efl: remove useless geometry get.

SVN revision: 82614
This commit is contained in:
Cedric BAIL 2013-01-11 06:57:50 +00:00
parent 4395e416f1
commit 849fcc8b88
1 changed files with 0 additions and 2 deletions

View File

@ -1367,8 +1367,6 @@ _edje_part_recalc_single_text(FLOAT_T sc EINA_UNUSED,
_edje_text_recalc_apply(ed, ep, params, chosen_desc);
evas_object_geometry_get(ep->object, NULL, NULL, &tw, &th);
if ((!chosen_desc) ||
((!chosen_desc->text.min_x) && (!chosen_desc->text.min_y) &&
(!chosen_desc->text.max_x) && (!chosen_desc->text.max_y)))