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/pdf/pdf-annot.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/pdf/pdf-annot.c') diff --git a/source/pdf/pdf-annot.c b/source/pdf/pdf-annot.c index 453e9bfb..b66cdba0 100644 --- a/source/pdf/pdf-annot.c +++ b/source/pdf/pdf-annot.c @@ -879,7 +879,6 @@ quadpoints(pdf_document *doc, pdf_obj *annot, int *nout) void pdf_set_markup_annot_quadpoints(pdf_document *doc, pdf_annot *annot, fz_point *qp, int n) { - fz_context *ctx = doc->ctx; fz_matrix ctm; pdf_obj *arr = pdf_new_array(doc, n*2); int i; -- cgit v1.2.3