diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-11-08 16:57:23 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-11-08 17:57:09 +0100 |
commit | 0d74d784804c8ac5013a74d6008b33afbc122074 (patch) | |
tree | a2e91184123dbae4f3dffea1dba72b9f8cf1f436 /source/pdf | |
parent | 143a4898f13cee32741c3acd6c4c428afd9545be (diff) | |
download | mupdf-0d74d784804c8ac5013a74d6008b33afbc122074.tar.xz |
Silence warning.
Diffstat (limited to 'source/pdf')
-rw-r--r-- | source/pdf/pdf-write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/pdf/pdf-write.c b/source/pdf/pdf-write.c index b3d59db6..9d5b140b 100644 --- a/source/pdf/pdf-write.c +++ b/source/pdf/pdf-write.c @@ -2728,7 +2728,6 @@ static void sanitize(fz_context *ctx, pdf_document *doc, int ascii) * pdf_write_options, passed into pdf_save_document */ static void initialise_write_state(fz_context *ctx, pdf_document *doc, const pdf_write_options *in_opts, pdf_write_state *opts) { - int num; int xref_len = pdf_xref_len(ctx, doc); opts->do_incremental = in_opts->do_incremental; |