no need to assign size at that point again, it's done in the loop

SVN revision: 13820
This commit is contained in:
tsauerbeck 2005-03-20 22:22:23 +00:00 committed by tsauerbeck
parent 0a39ed2865
commit 7858393939
1 changed files with 0 additions and 1 deletions

View File

@ -629,7 +629,6 @@ _edje_text_recalc_apply(Edje *ed, Edje_Real_Part *ep,
evas_object_geometry_get(ep->object, NULL, NULL, &tw, &th);
if ((size > 0) && (tw == 0)) break;
}
size = psize;
}
}
if (chosen_desc->text.fit_y)