summaryrefslogtreecommitdiff
path: root/xicc/xicc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xicc/xicc.h')
-rw-r--r--xicc/xicc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xicc/xicc.h b/xicc/xicc.h
index a5ecf95..f521de2 100644
--- a/xicc/xicc.h
+++ b/xicc/xicc.h
@@ -194,8 +194,6 @@ typedef struct {
char *desc; /* Possible description of this VC */
} icxViewCond;
-#define XICC_DEFAULT_GLARE 5 /* Default glare in % */
-
/* Method of black point adaptation */
typedef enum {
gmm_BPadpt = 0, /* Adapt source black point to destination */
@@ -224,7 +222,6 @@ typedef struct {
double gamcknf; /* Gamut compression knee factor, 0.0 - 1.0 */
double gamxknf; /* Gamut expansion knee factor, 0.0 - 1.0 */
double gampwf; /* Gamut Perceptual Map weighting factor, 0.0 - 1.0 */
- double gamlpwf; /* Gamut Lightness preserving perceptual Map whtg. factor, 0.0 - 1.0 */
double gamswf; /* Gamut Saturation Map weighting factor, 0.0 - 1.0 */
double satenh; /* Saturation enhancement value, 0.0 - Inf */
char *as; /* Alias string (option name) */