From 3e3b79a774a294ca2020a7bad8ee6ddd2c0179de Mon Sep 17 00:00:00 2001 From: m-holger Date: Sun, 20 Nov 2022 15:15:04 +0000 Subject: Remove redundant parameter first_level_only from QPDFObjectHandle::shallowCopyInternal2 and copyObject2 --- include/qpdf/QPDFObjectHandle.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index e4e8d753..df6c0742 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1628,8 +1628,8 @@ class QPDFObjectHandle void objectWarning(std::string const& warning); void assertType(char const* type_name, bool istype); bool dereference(); - void copyObject1(std::set& visited, bool first_level_only); - void shallowCopyInternal1(QPDFObjectHandle& oh, bool first_level_only); + void copyObject1(std::set& visited); + void shallowCopyInternal1(QPDFObjectHandle& oh); void copyObject( std::set& visited, bool cross_indirect, -- cgit v1.2.3-54-g00ecf