diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-04-12 13:50:07 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-04-25 12:26:32 +0200 |
commit | 6ee3e43ca37620febd255390b2c29a2ceda35f93 (patch) | |
tree | a188d27e521bcf40270d30eaca6032bd34b76a50 /include | |
parent | 706ed587b875fab178fbfc2b60e1a49527e89b80 (diff) | |
download | mupdf-6ee3e43ca37620febd255390b2c29a2ceda35f93.tar.xz |
Purge unused function: pdf_new_obj_from_str.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/pdf/object.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mupdf/pdf/object.h b/include/mupdf/pdf/object.h index d2945199..b41b3134 100644 --- a/include/mupdf/pdf/object.h +++ b/include/mupdf/pdf/object.h @@ -31,8 +31,6 @@ pdf_obj *pdf_copy_array(fz_context *ctx, pdf_obj *array); pdf_obj *pdf_copy_dict(fz_context *ctx, pdf_obj *dict); pdf_obj *pdf_deep_copy_obj(fz_context *ctx, pdf_obj *obj); -pdf_obj *pdf_new_obj_from_str(fz_context *ctx, pdf_document *doc, const char *src); - pdf_obj *pdf_keep_obj(fz_context *ctx, pdf_obj *obj); void pdf_drop_obj(fz_context *ctx, pdf_obj *obj); |