aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-11-20 14:23:51 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-11-20 18:07:22 +0100
commit0827b1096e9041ffef2b4867164ba21f990d6892 (patch)
treedee60116deabc322a99673c97002809a85dcc6d7 /include/qpdf/QPDFObjectHandle.hh
parent63d1dcb414ad92cae857da636f242b34acac394b (diff)
downloadqpdf-0827b1096e9041ffef2b4867164ba21f990d6892.tar.zst
Remove redundant parameters cross_indirect and stop_atstreams from QPDFObjectHandle::copyObject2
Diffstat (limited to 'include/qpdf/QPDFObjectHandle.hh')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh6
1 files changed, 1 insertions, 5 deletions
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<QPDFObjGen>& visited,
- bool cross_indirect,
- bool first_level_only,
- bool stop_at_streams);
+ void copyObject2(std::set<QPDFObjGen>& visited, bool first_level_only);
void shallowCopyInternal2(QPDFObjectHandle& oh, bool first_level_only);
void copyObject(
std::set<QPDFObjGen>& visited,