summaryrefslogtreecommitdiff
path: root/coders/cip.c
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2014-12-25 18:05:31 +0000
committercristy <urban-warrior@git.imagemagick.org>2014-12-25 18:05:31 +0000
commitbadc7524fff0d4d412aaeae28a65ea73a0451c8d (patch)
tree51e2974754513754e834beda5f26de45cb80fe98 /coders/cip.c
parent043a981a1f6b2393520e911594ce29ef5b060ee5 (diff)
downloadImageMagick-badc7524fff0d4d412aaeae28a65ea73a0451c8d.tar.gz
Make MagickMax()/MagickMin() a macro rather than an inline.
Diffstat (limited to 'coders/cip.c')
-rw-r--r--coders/cip.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/coders/cip.c b/coders/cip.c
index e90f7fae1..86a3427a0 100644
--- a/coders/cip.c
+++ b/coders/cip.c
@@ -159,14 +159,6 @@ ModuleExport void UnregisterCIPImage(void)
% o exception: return any errors or warnings in this structure.
%
*/
-
-static inline ssize_t MagickMin(const ssize_t x,const ssize_t y)
-{
- if (x < y)
- return(x);
- return(y);
-}
-
static MagickBooleanType WriteCIPImage(const ImageInfo *image_info,Image *image,
ExceptionInfo *exception)
{