herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e920b47d2b28d9ecfcc9984e0e1f435640f3de3f
commit e920b47d2b28d9ecfcc9984e0e1f435640f3de3f Author: Daniel Hirt <[email protected]> Date: Mon Jun 20 11:31:36 2016 +0000 Canvas text cursor: remove redefinition, already in legacy. --- src/lib/evas/canvas/evas_object_textblock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/evas/canvas/evas_object_textblock.c b/src/lib/evas/canvas/evas_object_textblock.c index a4e53d7..f3b94dd 100644 --- a/src/lib/evas/canvas/evas_object_textblock.c +++ b/src/lib/evas/canvas/evas_object_textblock.c @@ -489,7 +489,6 @@ struct _Efl_Canvas_Text_Cursor }; typedef struct _Efl_Canvas_Text_Cursor Efl_Canvas_Text_Cursor_Data; -typedef Eo Efl_Canvas_Text_Cursor; struct _Efl_Canvas_Text_Annotation { --
