summaryrefslogtreecommitdiff
path: root/xps/xpszip.c
diff options
context:
space:
mode:
Diffstat (limited to 'xps/xpszip.c')
-rw-r--r--xps/xpszip.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xps/xpszip.c b/xps/xpszip.c
index 5528f0f7..069c83ea 100644
--- a/xps/xpszip.c
+++ b/xps/xpszip.c
@@ -498,11 +498,6 @@ xps_new_context(void)
ctx->start_part = NULL;
- ctx->use_transparency = 1;
- if (getenv("XPS_DISABLE_TRANSPARENCY"))
- ctx->use_transparency = 0;
-
- ctx->opacity_only = 0;
ctx->fill_rule = 0;
return ctx;