Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_image.c 


Log Message:
Remove the debugging printf's for the image.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_image.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_image.c 9 Mar 2006 04:37:58 -0000       1.27
+++ ewl_image.c 9 Mar 2006 04:54:22 -0000       1.28
@@ -604,8 +604,6 @@
 
                sw = (double)ww / (double)i->ow;
                sh = (double)hh / (double)i->oh;
-               printf("Image size: %dx%d\n", ww, hh);
-               printf("Scale ratios: %fx%f\n", sw, sh);
                if (sw < sh) {
                        hh = sw * i->oh;
                }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to