From: cristy Date: Wed, 11 Feb 2015 17:16:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=602e1bdb25ba221232ada81e25215ec4842cc8c8;p=imagemagick --- diff --git a/coders/dps.c b/coders/dps.c index 0b26f7ffb..207494a8d 100644 --- a/coders/dps.c +++ b/coders/dps.c @@ -92,14 +92,6 @@ % o exception: return any errors or warnings in this structure. % */ - -static inline double MagickMin(const double x,const double y) -{ - if (x < y) - return(x); - return(y); -} - static Image *ReadDPSImage(const ImageInfo *image_info,ExceptionInfo *exception) { const char