From aa830a11caa95b51d6ff2bd2b217cdda595f4e19 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 30 Jan 2011 10:37:57 +0000 Subject: [PATCH] Evas textblock: removed an un-needed shaping that speeds up things a bit. SVN revision: 56467 --- legacy/evas/src/lib/canvas/evas_object_textblock.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/legacy/evas/src/lib/canvas/evas_object_textblock.c b/legacy/evas/src/lib/canvas/evas_object_textblock.c index 09dcbe47c0..6ab469c77e 100644 --- a/legacy/evas/src/lib/canvas/evas_object_textblock.c +++ b/legacy/evas/src/lib/canvas/evas_object_textblock.c @@ -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,