From f327656827dc31a73bf98ba5b34306a8db667609 Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 1 Feb 2011 09:13:23 +0000 Subject: [PATCH] (minor) don't need 2 struct members anymore. mem use-- git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56622 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/edje_private.h b/src/lib/edje_private.h index 5581706..a914f21 100644 --- a/src/lib/edje_private.h +++ b/src/lib/edje_private.h @@ -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 { -- 2.7.4