From 9398d8d5b03d4abe01026f3954d363c175f6a04b Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Sun, 28 Jul 2019 17:21:37 +0200 Subject: [PATCH] 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 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 e6babde..e89076f 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; -- 2.7.4