aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-11-20 14:46:33 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-11-20 18:07:22 +0100
commit15e8d3a763e066e1a8d2bd54cc1e2117a54f7d7c (patch)
tree76bc1350aaf466b5c502a91826bb2800bcbb0cce /include/qpdf/QPDFObjectHandle.hh
parent0827b1096e9041ffef2b4867164ba21f990d6892 (diff)
downloadqpdf-15e8d3a763e066e1a8d2bd54cc1e2117a54f7d7c.tar.zst
Remove redundant parameter first_level_only from QPDFObjectHandle::shallowCopyInternal2 and copyObject2
Diffstat (limited to 'include/qpdf/QPDFObjectHandle.hh')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 4157015e..718952fe 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1634,8 +1634,8 @@ class QPDFObjectHandle
bool first_level_only,
bool stop_at_streams);
void shallowCopyInternal1(QPDFObjectHandle& oh, bool first_level_only);
- void copyObject2(std::set<QPDFObjGen>& visited, bool first_level_only);
- void shallowCopyInternal2(QPDFObjectHandle& oh, bool first_level_only);
+ void copyObject2(std::set<QPDFObjGen>& visited);
+ void shallowCopyInternal2(QPDFObjectHandle& oh);
void copyObject(
std::set<QPDFObjGen>& visited,
bool cross_indirect,