summaryrefslogtreecommitdiff
path: root/include/mupdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-07-17 15:05:22 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-08-10 14:09:46 +0200
commit4944aa0734523573e76e26c42f65e8998b8692ed (patch)
tree1c89caef8b2ab9c71f12558211a3eac195ee01cd /include/mupdf
parent1fbbe664d21be2d8a52b2274f1c39861c17c5cc1 (diff)
downloadmupdf-4944aa0734523573e76e26c42f65e8998b8692ed.tar.xz
Remove functions that implement duplicate functionality.
pdf_get_inheritable also looks in trailer/Root/AcroForm for missing keys, but this behavior is not supported by anything in the specification.
Diffstat (limited to 'include/mupdf')
-rw-r--r--include/mupdf/pdf/field.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mupdf/pdf/field.h b/include/mupdf/pdf/field.h
index 5b25dc3f..65d2af2e 100644
--- a/include/mupdf/pdf/field.h
+++ b/include/mupdf/pdf/field.h
@@ -33,8 +33,6 @@ enum
Ff_CommitOnSelCHange = 1 << (27-1),
};
-char *pdf_get_string_or_stream(fz_context *ctx, pdf_document *doc, pdf_obj *obj);
-pdf_obj *pdf_get_inheritable(fz_context *ctx, pdf_document *doc, pdf_obj *obj, pdf_obj *key);
int pdf_get_field_flags(fz_context *ctx, pdf_document *doc, pdf_obj *obj);
int pdf_field_type(fz_context *ctx, pdf_document *doc, pdf_obj *field);
void pdf_set_field_type(fz_context *ctx, pdf_document *doc, pdf_obj *obj, int type);