aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-11-20 16:06:34 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-11-20 18:07:22 +0100
commit3efd6657039eeb5a33b01b9bd07ba3d5875f5b64 (patch)
tree988e3f23daf31cd6512656a9deab015b739f2a05 /include/qpdf/QPDFObjectHandle.hh
parentd7b85252356da91293d9c11428a5a1c797c5dd0d (diff)
downloadqpdf-3efd6657039eeb5a33b01b9bd07ba3d5875f5b64.tar.zst
Remove redundant parameters cross_indirect and stop_atstreams from QPDFObjectHandle::copyObject1
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 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<QPDFObjGen>& visited,
- bool cross_indirect,
- bool first_level_only,
- bool stop_at_streams);
+ void copyObject1(std::set<QPDFObjGen>& visited, bool first_level_only);
void shallowCopyInternal1(QPDFObjectHandle& oh, bool first_level_only);
void copyObject(
std::set<QPDFObjGen>& visited,