From: raster Date: Tue, 1 Feb 2011 09:13:23 +0000 (+0000) Subject: (minor) don't need 2 struct members anymore. mem use-- X-Git-Tag: submit/trunk/20120815.180907~737 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f327656827dc31a73bf98ba5b34306a8db667609;p=profile%2Fivi%2Fedje.git (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 --- 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 {