Skip to content

Commit c3cdc70

Browse files
committed
Removed another unused method.
1 parent dcbd0c5 commit c3cdc70

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

magick/quantize.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,16 +2305,6 @@ MagickExport void GetQuantizeInfo(QuantizeInfo *quantize_info)
23052305
%
23062306
*/
23072307

2308-
static inline double MagickRound(double x)
2309-
{
2310-
/*
2311-
Round the fraction to nearest integer.
2312-
*/
2313-
if ((x-floor(x)) < (ceil(x)-x))
2314-
return(floor(x));
2315-
return(ceil(x));
2316-
}
2317-
23182308
MagickExport MagickBooleanType PosterizeImage(Image *image,const size_t levels,
23192309
const MagickBooleanType dither)
23202310
{

0 commit comments

Comments
 (0)