From 16eed660951ca3e92817bdb7738c946c33a32829 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 2 Oct 2013 14:26:47 -0700 Subject: [PATCH] requiring lcms > 2 --- _imagingcms.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_imagingcms.c b/_imagingcms.c index d2efbb8d2..f9dd5d0a9 100644 --- a/_imagingcms.c +++ b/_imagingcms.c @@ -28,10 +28,6 @@ http://www.cazabon.com\n\ #include "Imaging.h" #include "py3.h" -#if LCMS_VERSION < 117 -#define LCMSBOOL BOOL -#endif - #ifdef WIN32 #include #include