aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Dictionary.cc
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-06-25 10:20:40 +0200
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-06-25 14:25:58 +0200
commit9eda1fdc41fcc5a5ede4fdcf8ec355f1fc610699 (patch)
tree00ffc456f619d5c905fca0df5c8728a68bc983df /libqpdf/QPDF_Dictionary.cc
parente9c1637353fc3d063ae06bf98dd200e245ef9ff4 (diff)
downloadqpdf-9eda1fdc41fcc5a5ede4fdcf8ec355f1fc610699.tar.zst
Remove redundant QPDF_Array::setDescription and QPDF_Dictionary::setDescription
Diffstat (limited to 'libqpdf/QPDF_Dictionary.cc')
-rw-r--r--libqpdf/QPDF_Dictionary.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libqpdf/QPDF_Dictionary.cc b/libqpdf/QPDF_Dictionary.cc
index 26239317..9453b64a 100644
--- a/libqpdf/QPDF_Dictionary.cc
+++ b/libqpdf/QPDF_Dictionary.cc
@@ -58,12 +58,6 @@ QPDF_Dictionary::getTypeName() const
return "dictionary";
}
-void
-QPDF_Dictionary::setDescription(QPDF* qpdf, std::string const& description)
-{
- this->QPDFObject::setDescription(qpdf, description);
-}
-
bool
QPDF_Dictionary::hasKey(std::string const& key)
{