(minor) don't need 2 struct members anymore. mem use--

SVN revision: 56622
This commit is contained in:
Carsten Haitzler 2011-02-01 09:13:23 +00:00
parent 53f96546e2
commit e13a158ef4
1 changed files with 0 additions and 2 deletions

View File

@ -1116,8 +1116,6 @@ struct _Edje_Real_Part
Eina_List *items; // 4 //FIXME: only if table/box
Edje_Part_Box_Animation *anim; // 4 //FIXME: Used only if box
void *entry_data; // 4 // FIXME: move to entry section
Evas_Object *cursorbg_object; // 4 // FIXME: move to entry section
Evas_Object *cursorfg_object; // 4 // FIXME: move to entry section
Evas_Object *swallowed_object; // 4 // FIXME: move with swallow_params data
struct {