From 0827b1096e9041ffef2b4867164ba21f990d6892 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sun, 20 Nov 2022 13:23:51 +0000 Subject: Remove redundant parameters cross_indirect and stop_atstreams from QPDFObjectHandle::copyObject2 --- include/qpdf/QPDFObjectHandle.hh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/qpdf/QPDFObjectHandle.hh') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index b186d4f8..4157015e 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1634,11 +1634,7 @@ class QPDFObjectHandle bool first_level_only, bool stop_at_streams); void shallowCopyInternal1(QPDFObjectHandle& oh, bool first_level_only); - void copyObject2( - std::set& visited, - bool cross_indirect, - bool first_level_only, - bool stop_at_streams); + void copyObject2(std::set& visited, bool first_level_only); void shallowCopyInternal2(QPDFObjectHandle& oh, bool first_level_only); void copyObject( std::set& visited, -- cgit v1.2.3-54-g00ecf