Evas textblock: removed an un-needed shaping that speeds up things a bit.

SVN revision: 56467
This commit is contained in:
Tom Hacohen 2011-01-30 10:37:57 +00:00
parent 4ee6706770
commit aa830a11ca
1 changed files with 0 additions and 5 deletions

View File

@ -2507,11 +2507,6 @@ _layout_text_add_and_split_item(Ctxt *c, Evas_Object_Textblock_Format *fmt,
new_ti->parent.text_pos);
evas_common_text_props_script_set (&new_ti->parent.text_props,
new_ti->text);
/* FIXME: I possibly can use the alread calculated lengths */
c->ENFN->font_shape(c->ENDT, ti->format->font.font, ti->text,
&ti->parent.text_props,
ti->parent.text_node->bidi_props,
ti->parent.text_pos, cutoff);
c->ENFN->font_shape(c->ENDT, new_ti->format->font.font,
new_ti->text,
&new_ti->parent.text_props,