discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2931d01523c7eb10d48e38448a1b4da7659d868c
commit 2931d01523c7eb10d48e38448a1b4da7659d868c Author: Mike Blumenkrantz <[email protected]> Date: Fri Mar 3 11:56:16 2017 -0500 comment out inlist member of E_Comp_Object struct this was unused --- src/bin/e_comp_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 296c825..1a1701f 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -56,7 +56,7 @@ typedef struct _E_Comp_Object { - EINA_INLIST; + //EINA_INLIST; int x, y, w, h; // geometry Eina_Rectangle input_rect; --
