[gs-commits] rev 11793 - trunk/gs/base
robin at ghostscript.com
robin at ghostscript.com
Tue Oct 12 23:27:36 UTC 2010
Author: robin
Date: 2010-10-12 23:27:36 +0000 (Tue, 12 Oct 2010)
New Revision: 11793
Modified:
trunk/gs/base/siscale.c
Log:
Remove unused variable in siscale.c that was causing warnings.
No expected differences.
Modified: trunk/gs/base/siscale.c
===================================================================
--- trunk/gs/base/siscale.c 2010-10-12 21:56:13 UTC (rev 11792)
+++ trunk/gs/base/siscale.c 2010-10-12 23:27:36 UTC (rev 11793)
@@ -111,8 +111,6 @@
static double
Interp_filter(double t)
{
- double t2 = t * t;
-
if (t < 0)
t = -t;
More information about the gs-commits
mailing list