Evas text: Remove fixme marker

Summary:
Remove fixme marker

Algorithm used is good enough to sort
very few number of items, usually 2 to 6
items.

Test Plan: NA

Reviewers: herdsman, cedric, tasn

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3312
This commit is contained in:
Subodh Kumar 2015-11-17 11:24:39 +00:00 committed by Tom Hacohen
parent d14dc12d3b
commit f1cffd7709
1 changed files with 0 additions and 1 deletions

View File

@ -559,7 +559,6 @@ _evas_object_text_item_order(Evas_Object *eo_obj, Evas_Text_Data *o)
{
(void) eo_obj;
#ifdef BIDI_SUPPORT
/*FIXME: not very efficient, sort the items arrays. */
/* Reorder if it's a bidi text */
if (o->bidi_par_props)
{