List data should not be in the nodes when using ecore_list

SVN revision: 33770
This commit is contained in:
Sebastian Dransfeld 2008-02-18 06:27:26 +00:00
parent d6b1e0b5a6
commit 4ec81c3451
1 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
struct _Ecore_Con_Client
{
Ecore_List __list_data;
ECORE_MAGIC;
int fd;
Ecore_Con_Server *server;
@ -39,7 +38,6 @@ struct _Ecore_Con_Client
struct _Ecore_Con_Server
{
Ecore_List __list_data;
ECORE_MAGIC;
int fd;
Ecore_Con_Type type;