From 7a830d934ad2c962aefd9c44878d97f6c2852260 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 22 Nov 2017 22:15:57 +0100 Subject: Remove unused annotation function. --- include/mupdf/pdf/annot.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/mupdf/pdf/annot.h b/include/mupdf/pdf/annot.h index bebe77f7..3ec2bc1f 100644 --- a/include/mupdf/pdf/annot.h +++ b/include/mupdf/pdf/annot.h @@ -214,11 +214,6 @@ int pdf_annot_modification_date(fz_context *ctx, pdf_annot *annot); */ void pdf_set_annot_modification_date(fz_context *ctx, pdf_annot *annot, int time); -/* - pdf_annot_irt: return the indirect reference that this annotation is in reply to. -*/ -pdf_obj *pdf_annot_irt(fz_context *ctx, pdf_annot *annot); - /* pdf_set_free_text_details: set the position, text, font and color for a free text annotation. Only base 14 fonts are supported and are specified by name. -- cgit v1.2.3