tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3b7ff8ece4ca0e06ac130c4947b3a2340ea516d7

commit 3b7ff8ece4ca0e06ac130c4947b3a2340ea516d7
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed Nov 18 10:53:29 2015 +0000

    Evas text: Remove useless FIXME.
---
 src/lib/evas/canvas/evas_object_text.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_object_text.c 
b/src/lib/evas/canvas/evas_object_text.c
index 97c0711..311e28b 100644
--- a/src/lib/evas/canvas/evas_object_text.c
+++ b/src/lib/evas/canvas/evas_object_text.c
@@ -274,7 +274,6 @@ _evas_object_text_last_up_to_pos(const Evas_Object *eo_obj,
    int pos = 0;
 
 #ifdef BIDI_SUPPORT
-   /*FIXME: not very efficient, sort the items arrays. */
    /* Reorder if it's a bidi text */
    if (o->bidi_par_props)
      {

-- 


Reply via email to