]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 11 Feb 2015 17:16:51 +0000 (17:16 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 11 Feb 2015 17:16:51 +0000 (17:16 +0000)
coders/dps.c

index 0b26f7ffb8baf950341494e5d3e6b11f0897d85b..207494a8de91bd82ad4761ec84533c6b3d392c09 100644 (file)
 %    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