From 64059014c9288e740214be8242cac4a29e29284c Mon Sep 17 00:00:00 2001 From: m-holger Date: Mon, 14 Nov 2022 22:06:04 +0000 Subject: Refactor QPDFObjectHandle::shallowCopy --- include/qpdf/QPDFObjectHandle.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index df6c0742..27b9f9e0 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1628,8 +1628,6 @@ class QPDFObjectHandle void objectWarning(std::string const& warning); void assertType(char const* type_name, bool istype); bool dereference(); - void copyObject1(std::set& visited); - void shallowCopyInternal1(QPDFObjectHandle& oh); void copyObject( std::set& visited, bool cross_indirect, -- cgit v1.2.3-54-g00ecf