summaryrefslogtreecommitdiff
path: root/xps/xpszip.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-01 15:23:08 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-01 15:23:08 +0200
commited88bc126023a80536ba437a75b250ba1a95eafb (patch)
tree597efc732e024a5d0054147d0aea6b206362abed /xps/xpszip.c
parent706c332d78120675f26164c93f59f8f16b3a885e (diff)
downloadmupdf-ed88bc126023a80536ba437a75b250ba1a95eafb.tar.xz
xps: Remove 'path' and 'text' state objects from context.
Diffstat (limited to 'xps/xpszip.c')
-rw-r--r--xps/xpszip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xps/xpszip.c b/xps/xpszip.c
index 069c83ea..0646b89f 100644
--- a/xps/xpszip.c
+++ b/xps/xpszip.c
@@ -498,8 +498,6 @@ xps_new_context(void)
ctx->start_part = NULL;
- ctx->fill_rule = 0;
-
return ctx;
}