summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-annot.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/pdf/pdf-annot.c')
-rw-r--r--source/pdf/pdf-annot.c1
1 files changed, 0 insertions, 1 deletions
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;