tasn pushed a commit to branch master.

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

commit c970e787d606011f07ac0d1a56e16baa5a53e57d
Author: Tom Hacohen <[email protected]>
Date:   Mon Dec 15 14:58:32 2014 +0000

    Evas textblock: Remove redundant magic member.
    
    We don't use magic since moving to Eo.
---
 src/lib/evas/canvas/evas_object_textblock.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_object_textblock.c 
b/src/lib/evas/canvas/evas_object_textblock.c
index 8d8b573..c7059c3 100644
--- a/src/lib/evas/canvas/evas_object_textblock.c
+++ b/src/lib/evas/canvas/evas_object_textblock.c
@@ -481,7 +481,6 @@ struct _Evas_Textblock_Cursor
 #define TEXTBLOCK_PAR_INDEX_SIZE 10
 struct _Evas_Object_Textblock
 {
-   DATA32                              magic;
    Evas_Textblock_Style               *style;
    Evas_Textblock_Style               *style_user;
    Evas_Textblock_Cursor              *cursor;
@@ -11079,7 +11078,6 @@ evas_object_textblock_free(Evas_Object *eo_obj)
      }
    if (o->repch) eina_stringshare_del(o->repch);
    if (o->ellip_ti) _item_free(eo_obj, NULL, _ITEM(o->ellip_ti));
-   o->magic = 0;
   _format_command_shutdown();
 }
 

-- 


Reply via email to