From 3efd6657039eeb5a33b01b9bd07ba3d5875f5b64 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sun, 20 Nov 2022 15:06:34 +0000 Subject: Remove redundant parameters cross_indirect and stop_atstreams from QPDFObjectHandle::copyObject1 --- include/qpdf/QPDFObjectHandle.hh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index 24a3bead..e4e8d753 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1628,11 +1628,7 @@ class QPDFObjectHandle void objectWarning(std::string const& warning); void assertType(char const* type_name, bool istype); bool dereference(); - void copyObject1( - std::set& visited, - bool cross_indirect, - bool first_level_only, - bool stop_at_streams); + void copyObject1(std::set& visited, bool first_level_only); void shallowCopyInternal1(QPDFObjectHandle& oh, bool first_level_only); void copyObject( std::set& visited, -- cgit v1.2.3-54-g00ecf