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.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)
{