]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 1 Oct 2014 00:24:34 +0000 (00:24 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 1 Oct 2014 00:24:34 +0000 (00:24 +0000)
MagickCore/effect.c

index a49f822655f410750e2f8579f1b3522b3617f44c..2a2eb3688c9ab7bd772342f163fbc6b2d2cf7e12 100644 (file)
@@ -1513,8 +1513,6 @@ MagickExport Image *KuwaharaImage(const Image *image,const double radius,
           x_offset,
           y_offset;
 
-        x_offset=x;
-        y_offset=y;
         switch (i)
         {
           case 0:
@@ -1536,6 +1534,7 @@ MagickExport Image *KuwaharaImage(const Image *image,const double radius,
             break;
           }
           case 3:
+          default:
           {
             x_offset=x;
             y_offset=y;