From c6764044e9cd9e1fd0817448bd43bc77d06eba23 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 26 Jun 2013 13:48:31 +0200 Subject: Silence compiler warnings. --- source/tools/pdfposter.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/tools') 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; -- cgit v1.2.3