]> granicus.if.org Git - imagemagick/commitdiff
Removed commented out code.
authorDirk Lemstra <dirk@lemstra.org>
Sun, 7 Jul 2019 08:57:47 +0000 (10:57 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Sun, 7 Jul 2019 08:57:47 +0000 (10:57 +0200)
MagickCore/option.c
MagickCore/pixel.h

index daac3b5d8e6b39f9024837fbd049f31a29d6cf0f..0706249ee7a5dd8f559ec1330be3779c23d7130b 100644 (file)
@@ -1479,7 +1479,6 @@ static const OptionInfo
     { "Nearest", NearestInterpolatePixel, UndefinedOptionFlag, MagickFalse },
     { "NearestNeighbor", NearestInterpolatePixel, UndefinedOptionFlag, MagickTrue },
     { "Spline", SplineInterpolatePixel, UndefinedOptionFlag, MagickFalse },
-/*  { "Filter", FilterInterpolatePixel, UndefinedOptionFlag, MagickFalse }, */
     { (char *) NULL, UndefinedInterpolatePixel, UndefinedOptionFlag, MagickFalse }
   },
   KernelOptions[] =
index 721e390c9e65d0a449b7e986a3014a49ba5010ed..0bb3484afeb34ba1d34f40dab649fee1d6f07df2 100644 (file)
@@ -121,7 +121,6 @@ typedef enum
   MeshInterpolatePixel,       /* Triangular Mesh interpolation */
   NearestInterpolatePixel,    /* Nearest Neighbour Only */
   SplineInterpolatePixel      /* Cubic Spline (blurred) interpolation */
-  /* FilterInterpolatePixel,  ** Use resize filter - (very slow) */
 } PixelInterpolateMethod;
 
 typedef enum