On 10/18/05, enlightenment-cvs@lists.sourceforge.net
<enlightenment-cvs@lists.sourceforge.net> wrote:
Enlightenment CVS committal
Author : lordchaos
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/lib
Modified Files:
ewl_misc.c
Log Message:
I take it we don't want these destroy printfs. Correct me if i'm wrong :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_misc.c 17 Oct 2005 15:21:07 -0000 1.17
+++ ewl_misc.c 18 Oct 2005 08:57:05 -0000 1.18
@@ -879,7 +879,7 @@
FREE(w);
cleanup++;
}
- printf("Destroyed %d EWL objects\n", cleanup);
+ /*printf("Destroyed %d EWL objects\n", cleanup);*/
cleanup = 0;
@@ -887,7 +887,7 @@
evas_object_del(obj);
cleanup++;
}
- printf("Destroyed %d Evas Objects\n", cleanup);
+ /*printf("Destroyed %d Evas Objects\n", cleanup);*/
cleanup = 0;
@@ -895,7 +895,7 @@
evas_free(evas);
cleanup++;
}
- printf("Destroyed %d Evas\n", cleanup);
+ /*printf("Destroyed %d Evas\n", cleanup);*/
DLEAVE_FUNCTION(DLEVEL_STABLE);
}
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs