aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Dictionary.cc
diff options
context:
space:
mode:
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()
{