aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-11-14 23:06:04 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-11-20 18:07:22 +0100
commit64059014c9288e740214be8242cac4a29e29284c (patch)
treee6faf27f11fbd9d3b37459da0170905bcf7e858f /include/qpdf/QPDFObjectHandle.hh
parentb1eb1a958438025efbf90f7a7f45dbe33c746d91 (diff)
downloadqpdf-64059014c9288e740214be8242cac4a29e29284c.tar.zst
Refactor QPDFObjectHandle::shallowCopy
Diffstat (limited to 'include/qpdf/QPDFObjectHandle.hh')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index df6c0742..27b9f9e0 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1628,8 +1628,6 @@ class QPDFObjectHandle
void objectWarning(std::string const& warning);
void assertType(char const* type_name, bool istype);
bool dereference();
- void copyObject1(std::set<QPDFObjGen>& visited);
- void shallowCopyInternal1(QPDFObjectHandle& oh);
void copyObject(
std::set<QPDFObjGen>& visited,
bool cross_indirect,