diff options
Diffstat (limited to 'xps/muxps.h')
-rw-r--r-- | xps/muxps.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xps/muxps.h b/xps/muxps.h index 1b137a59..8150996f 100644 --- a/xps/muxps.h +++ b/xps/muxps.h @@ -250,16 +250,6 @@ struct xps_context_s xps_hash_table *font_table; xps_hash_table *colorspace_table; - /* Global toggle for transparency */ - int use_transparency; - - /* Hack to workaround ghostscript's lack of understanding - * the pdf 1.4 specification of Alpha only transparency groups. - * We have to force all colors to be grayscale whenever we are computing - * opacity masks. - */ - int opacity_only; - /* The fill_rule is set by path parsing. * It is used by clip/fill functions. * 1=nonzero, 0=evenodd |