diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-01 15:23:08 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-01 15:23:08 +0200 |
commit | ed88bc126023a80536ba437a75b250ba1a95eafb (patch) | |
tree | 597efc732e024a5d0054147d0aea6b206362abed /xps/xpszip.c | |
parent | 706c332d78120675f26164c93f59f8f16b3a885e (diff) | |
download | mupdf-ed88bc126023a80536ba437a75b250ba1a95eafb.tar.xz |
xps: Remove 'path' and 'text' state objects from context.
Diffstat (limited to 'xps/xpszip.c')
-rw-r--r-- | xps/xpszip.c | 2 |
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; } |