Evas text: Remove fixme marker
authorSubodh Kumar <s7158.kumar@samsung.com>
Tue, 17 Nov 2015 11:24:39 +0000 (11:24 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 17 Nov 2015 11:24:39 +0000 (11:24 +0000)
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

src/lib/evas/canvas/evas_object_text.c

index 9680a86..2cf1a54 100644 (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)
      {