commit | f2a82ee6e25411cb280db708ff26ab55cece1945 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Mon May 26 17:49:54 2014 +0000 |
committer | cristy <[email protected]> | Mon May 26 17:49:54 2014 +0000 |
tree | e6398eb592b94b9c64ea4983c331f0978f312378 | |
parent | 1c8e4f6fd07a64265dee9abcf02c095ac7bd0a8b [diff] [blame] |
diff --git a/MagickCore/quantize.c b/MagickCore/quantize.c index d5be1b3..e004e1e 100644 --- a/MagickCore/quantize.c +++ b/MagickCore/quantize.c
@@ -533,8 +533,7 @@ /* Create a reduced color image. */ - if ((cube_info->quantize_info->dither_method != NoDitherMethod) && - (cube_info->quantize_info->dither_method != NoDitherMethod)) + if (cube_info->quantize_info->dither_method != NoDitherMethod) (void) DitherImage(image,cube_info,exception); else {