summaryrefslogtreecommitdiff
path: root/source/tools
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-26 13:48:31 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-26 13:49:05 +0200
commitc6764044e9cd9e1fd0817448bd43bc77d06eba23 (patch)
tree91e1f59ad7a953d11003f54b328689f308e9b961 /source/tools
parenta9e56e9f94515c109a912a50b4bc80466a11b075 (diff)
downloadmupdf-c6764044e9cd9e1fd0817448bd43bc77d06eba23.tar.xz
Silence compiler warnings.
Diffstat (limited to 'source/tools')
-rw-r--r--source/tools/pdfposter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/tools/pdfposter.c b/source/tools/pdfposter.c
index 603b3ac6..981bf0c0 100644
--- a/source/tools/pdfposter.c
+++ b/source/tools/pdfposter.c
@@ -31,7 +31,6 @@ static void usage(void)
static void decimatepages(pdf_document *doc)
{
pdf_obj *oldroot, *root, *pages, *kids, *parent;
- fz_context *ctx = doc->ctx;
int num_pages = pdf_count_pages(doc);
int page, kidcount;