[gs-cvs] rev 8873 - trunk/gs/src

mvrhel at ghostscript.com mvrhel at ghostscript.com
Wed Jul 23 19:06:07 PDT 2008


Author: mvrhel
Date: 2008-07-23 19:06:07 -0700 (Wed, 23 Jul 2008)
New Revision: 8873

Modified:
   trunk/gs/src/gxiscale.c
Log:
Clean up of // comment in code and debug ifdef that should have been removed for r8868

Modified: trunk/gs/src/gxiscale.c
===================================================================
--- trunk/gs/src/gxiscale.c	2008-07-24 00:42:06 UTC (rev 8872)
+++ trunk/gs/src/gxiscale.c	2008-07-24 02:06:07 UTC (rev 8873)
@@ -71,9 +71,6 @@
     const gs_color_space *pcs = penum->pcs;
     gs_point dst_xy;
     uint in_size;
-#ifdef INTERPDEBUG
-    FILE *fid;
-#endif
 
     if (!penum->interpolate) 
 	return 0;
@@ -392,8 +389,6 @@
  	         out += round_up(pss->params.WidthIn*c, align_bitmap_mod);  
               }
 
-	  //  r.limit = r.ptr + row_size;
-
 	} else {
 
 	    /* More than 8-bits/color values */



More information about the gs-cvs mailing list