discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=54dfcea3e08d06a609385b0d93ba4d578bcc97ad
commit 54dfcea3e08d06a609385b0d93ba4d578bcc97ad 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 b198639..23c0581 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; --
