summaryrefslogtreecommitdiff
path: root/base/gstrans.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gstrans.h')
-rw-r--r--base/gstrans.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/gstrans.h b/base/gstrans.h
index d06cc5234..62fb74697 100644
--- a/base/gstrans.h
+++ b/base/gstrans.h
@@ -65,7 +65,6 @@ typedef enum {
#define PDF14_SET_OPACITY_ALPHA (1 << 3)
#define PDF14_SET_OVERPRINT (1 << 4)
#define PDF14_SET_OVERPRINT_MODE (1 << 5)
-#define PDF14_SET_OVERPRINT_BLEND (1 << 6)
#ifndef gs_function_DEFINED
typedef struct gs_function_s gs_function_t;
@@ -114,7 +113,6 @@ struct gs_pdf14trans_params_s {
bool replacing;
bool overprint;
bool overprint_mode;
- bool blendspot;
bool idle; /* For clist reader.*/
uint mask_id; /* For clist reader.*/
int group_color_numcomps;