]> granicus.if.org Git - imagemagick/blobdiff - magick/resample-private.h
(no commit message)
[imagemagick] / magick / resample-private.h
index a1076afd68133a59ec630fe49079080e24359cf6..a6737c3937fec42ad85da902ad445673bf80cdb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
 
   You may not use this file except in compliance with the License.
@@ -65,11 +65,7 @@ static inline ResampleFilter **AcquireResampleFilterThreadSet(
     if (method != UndefinedVirtualPixelMethod)
       (void) SetResampleFilterVirtualPixelMethod(filter[i],method);
     if (interpolate != MagickFalse)
-      {
-        SetResampleFilter(filter[i],PointFilter,1.0);
-        (void) SetResampleFilterInterpolateMethod(filter[i],
-          MeshInterpolatePixel);
-      }
+      SetResampleFilter(filter[i],PointFilter,1.0);
   }
   return(filter);
 }