summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-11-22 22:15:57 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-11-22 23:09:51 +0100
commit7a830d934ad2c962aefd9c44878d97f6c2852260 (patch)
treea5e143fc353a138de259a90cadd979571aaf303a /include
parent4bd83a37c63e9aff2938fed9192e815e9d0c1d66 (diff)
downloadmupdf-7a830d934ad2c962aefd9c44878d97f6c2852260.tar.xz
Remove unused annotation function.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/annot.h5
1 files changed, 0 insertions, 5 deletions
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
@@ -215,11 +215,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.
*/