From 96b4a575f772bd5e5240980ebeef996c7b7cf112 Mon Sep 17 00:00:00 2001 From: anthony Date: Sat, 11 Jun 2011 07:43:26 +0000 Subject: [PATCH] --- magick/distort.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/magick/distort.c b/magick/distort.c index e8fba31c8..e22de5df5 100644 --- a/magick/distort.c +++ b/magick/distort.c @@ -2114,7 +2114,6 @@ MagickExport Image *DistortImage(const Image *image,DistortImageMethod method, case Cylin2PlaneDistortion: { (void) FormatLocaleFile(stderr, "Cylinder to Plane Distort, Internal Coefficents\n"); - (void) FormatLocaleFile(stderr, " fov_radians = %+lf\n", coeff[0]); (void) FormatLocaleFile(stderr, " cylinder_radius = %+lf\n", coeff[1]); (void) FormatLocaleFile(stderr, "Cylinder to Plane Distort, FX Equivelent:\n"); (void) FormatLocaleFile(stderr, "%s", image_gen); @@ -2130,7 +2129,6 @@ MagickExport Image *DistortImage(const Image *image,DistortImageMethod method, case Plane2CylinDistortion: { (void) FormatLocaleFile(stderr, "Plane to Cylinder Distort, Internal Coefficents\n"); - (void) FormatLocaleFile(stderr, " fov_radians = %+lf\n", coeff[0]); (void) FormatLocaleFile(stderr, " cylinder_radius = %+lf\n", coeff[1]); (void) FormatLocaleFile(stderr, "Plane to Cylinder Distort, FX Equivelent:\n"); (void) FormatLocaleFile(stderr, "%s", image_gen); -- 2.40.0