summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Dictionary.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-09-04 17:26:44 +0200
committerGitHub <noreply@github.com>2022-09-04 17:26:44 +0200
commit952b00aecd7bfdf9db50eb6b3d922ce17e1b606c (patch)
treea438e346b4e124ba8babdec1effca4f8b9386a7d /libqpdf/QPDF_Dictionary.cc
parent6d2db68f2ecd1f8b0945bc982af7a9807436d881 (diff)
parent9c86ba40d80ee3b58801dfe77e47fbc5a9dd6066 (diff)
downloadqpdf-952b00aecd7bfdf9db50eb6b3d922ce17e1b606c.tar.zst
Merge pull request #755 from m-holger/tidy3
Fix commit 805c1ad : Reset QPDFValue::qpdf and QPDFValue::og when ...
Diffstat (limited to 'libqpdf/QPDF_Dictionary.cc')
-rw-r--r--libqpdf/QPDF_Dictionary.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/libqpdf/QPDF_Dictionary.cc b/libqpdf/QPDF_Dictionary.cc
index 845bcad8..be0104d0 100644
--- a/libqpdf/QPDF_Dictionary.cc
+++ b/libqpdf/QPDF_Dictionary.cc
@@ -21,14 +21,6 @@ QPDF_Dictionary::shallowCopy()
return create(items);
}
-void
-QPDF_Dictionary::releaseResolved()
-{
- for (auto& iter: this->items) {
- QPDFObjectHandle::ReleaseResolver::releaseResolved(iter.second);
- }
-}
-
std::string
QPDF_Dictionary::unparse()
{