From 496ca2e4dca0d752823972e058e4885ec3b9004e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 16 Apr 2022 13:11:37 -0400 Subject: Remove QPDFAcroFormDocumentHelper::copyFieldsFromForeignPage --- include/qpdf/QPDFAcroFormDocumentHelper.hh | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include') 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* 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* copied_fields = nullptr); - private: void analyze(); void traverseField( -- cgit v1.2.3-54-g00ecf