Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_embed.c 


Log Message:
- cleanup

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- ewl_embed.c 28 May 2006 00:29:59 -0000      1.66
+++ ewl_embed.c 28 May 2006 00:31:35 -0000      1.67
@@ -1003,9 +1003,6 @@
                        ecore_hash_set(e->obj_cache, (void *)type, obj_list);
                }
                ecore_list_prepend(obj_list, obj);
-
-               /* printf("%d nodes cached of type %s\n",
-                               ecore_list_nodes(obj_list), type); */
        }
        else {
                ewl_evas_object_destroy(obj);
@@ -1031,12 +1028,8 @@
        DCHECK_TYPE_RET("e", e, EWL_EMBED_TYPE, NULL);
 
        obj_list = ecore_hash_get(e->obj_cache, type);
-       if (obj_list) {
+       if (obj_list)
                obj = ecore_list_remove_first(obj_list);
-
-               /* printf("%d nodes remain cached of type %s\n",
-                               ecore_list_nodes(obj_list), type); */
-       }
 
        DRETURN_PTR(obj, DLEVEL_STABLE);
 }




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to