Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_calc.c 


Log Message:


1 less printf too :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_calc.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- edje_calc.c 24 May 2004 08:16:42 -0000      1.31
+++ edje_calc.c 24 May 2004 08:17:46 -0000      1.32
@@ -380,7 +380,6 @@
        aspect = (double)params->w / (double)params->h;
        if (desc->aspect.prefer == EDJE_ASPECT_PREFER_NONE) /* keep both dimensions in 
check */
          {
-            printf("%s: neither\n", ep->part->name);
             /* adjust for max aspect (width / height) */
             if ((desc->aspect.max > 0.0) && (aspect > desc->aspect.max))
               {




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to