bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=911eab34207f6f9355f4ed15009d57e079183849
commit 911eab34207f6f9355f4ed15009d57e079183849 Author: Marcel Hollerbach <[email protected]> Date: Sun Jul 28 17:21:37 2019 +0200 efl_ui_item: remove sizing eval code i do not know why this code is there. But the same code is called in layout itself, additionally this results in way less calls for calculating the minsize (Not sure why). Reviewed-by: Mike Blumenkrantz <[email protected]> Differential Revision: https://phab.enlightenment.org/D9425 --- src/lib/elementary/efl_ui_item_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_item_private.h b/src/lib/elementary/efl_ui_item_private.h index e6babde8a3..e89076f468 100644 --- a/src/lib/elementary/efl_ui_item_private.h +++ b/src/lib/elementary/efl_ui_item_private.h @@ -10,7 +10,6 @@ typedef struct _Efl_Ui_Item_Data // Boolean Data Eina_Bool selected : 1; /* State for item selected */ - Eina_Bool needs_size_calc : 1; /* Flag for Size calculation */ } Efl_Ui_Item_Data; --
