aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-16 19:11:37 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-16 19:12:07 +0200
commit496ca2e4dca0d752823972e058e4885ec3b9004e (patch)
treecfe68bebf8f9f2578cc2352fdf071ad74682ffa9 /include
parent6df62607515cd10bef7634cee1580ad1fc3d542d (diff)
downloadqpdf-496ca2e4dca0d752823972e058e4885ec3b9004e.tar.zst
Remove QPDFAcroFormDocumentHelper::copyFieldsFromForeignPage
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFAcroFormDocumentHelper.hh13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/qpdf/QPDFAcroFormDocumentHelper.hh b/include/qpdf/QPDFAcroFormDocumentHelper.hh
index 690aecfd..3c4f1ca3 100644
--- a/include/qpdf/QPDFAcroFormDocumentHelper.hh
+++ b/include/qpdf/QPDFAcroFormDocumentHelper.hh
@@ -248,19 +248,6 @@ class QPDFAcroFormDocumentHelper: public QPDFDocumentHelper
QPDFAcroFormDocumentHelper& from_afdh,
std::set<QPDFObjGen>* new_fields = nullptr);
- // copyFieldsFromForeignPage was added in qpdf 10.2 and made to do
- // nothing in 10.3. It wasn't actually doing the right thing and
- // would result in broken files in all but the simplest case of a
- // single page from one file being added to another file, as
- // happens with qpdf --split-pages.
- [[deprecated("Use fixCopiedAnnotations instead")]]
- // ABI: delete this method
- QPDF_DLL void
- copyFieldsFromForeignPage(
- QPDFPageObjectHelper foreign_page,
- QPDFAcroFormDocumentHelper& foreign_afdh,
- std::vector<QPDFObjectHandle>* copied_fields = nullptr);
-
private:
void analyze();
void traverseField(