From 54dfcea3e08d06a609385b0d93ba4d578bcc97ad Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 3 Mar 2017 11:56:16 -0500 Subject: [PATCH] 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 b19863934..23c058178 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;