From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- gamut/gammap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gamut/gammap.h') diff --git a/gamut/gammap.h b/gamut/gammap.h index b59e821..3bc1c8c 100644 --- a/gamut/gammap.h +++ b/gamut/gammap.h @@ -39,6 +39,7 @@ struct _gammap { }; typedef struct _gammap gammap; +#ifdef NEVER /* Method of black point adaptation */ typedef enum { gmm_BPadpt = 0, /* Adapt source black point to destination */ @@ -46,6 +47,7 @@ typedef enum { gmm_bendBP = 2, /* Don't adapt black point, bend it to dest. at end */ gmm_clipBP = 3 /* Don't adapt black point, clip it to dest. at end */ } gmm_BPmap; +#endif /* Creator */ gammap *new_gammap( -- cgit v1.2.3