aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Array.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Array.cc')
-rw-r--r--libqpdf/QPDF_Array.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libqpdf/QPDF_Array.cc b/libqpdf/QPDF_Array.cc
index cb94d487..fd046ec7 100644
--- a/libqpdf/QPDF_Array.cc
+++ b/libqpdf/QPDF_Array.cc
@@ -56,12 +56,6 @@ QPDF_Array::getTypeName() const
return "array";
}
-void
-QPDF_Array::setDescription(QPDF* qpdf, std::string const& description)
-{
- this->QPDFObject::setDescription(qpdf, description);
-}
-
int
QPDF_Array::getNItems() const
{