Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_con


Modified Files:
        ecore_con_private.h 


Log Message:
List data should not be in the nodes when using ecore_list

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con_private.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ecore_con_private.h 8 Jan 2008 21:06:43 -0000       1.21
+++ ecore_con_private.h 18 Feb 2008 06:27:26 -0000      1.22
@@ -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_Server
 {
-   Ecore_List        __list_data;
    ECORE_MAGIC;
    int               fd;
    Ecore_Con_Type    type;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to