comment out inlist member of E_Comp_Object struct

this was unused
This commit is contained in:
Mike Blumenkrantz 2017-03-03 11:56:16 -05:00
parent 504f88d24a
commit 54dfcea3e0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
typedef struct _E_Comp_Object
{
EINA_INLIST;
//EINA_INLIST;
int x, y, w, h; // geometry
Eina_Rectangle input_rect;