aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Array.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-03-25 15:06:57 +0100
committerm-holger <m-holger@kubitscheck.org>2023-03-29 11:47:37 +0200
commitde29fd56c487dcf08f2af66f47576f147b20be82 (patch)
treee1570eccc1fa16d9d641bb0857edf51df16f887c /libqpdf/qpdf/QPDF_Array.hh
parentb62ad7ecc625963da9578d47d1ccb2809d6f0452 (diff)
downloadqpdf-de29fd56c487dcf08f2af66f47576f147b20be82.tar.zst
Remove redundant QPDF_Array::addExplicitElementsToList
Diffstat (limited to 'libqpdf/qpdf/QPDF_Array.hh')
-rw-r--r--libqpdf/qpdf/QPDF_Array.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/libqpdf/qpdf/QPDF_Array.hh b/libqpdf/qpdf/QPDF_Array.hh
index 56c0101f..88397ba7 100644
--- a/libqpdf/qpdf/QPDF_Array.hh
+++ b/libqpdf/qpdf/QPDF_Array.hh
@@ -32,11 +32,6 @@ class QPDF_Array: public QPDFValue
void appendItem(QPDFObjectHandle const& item);
void eraseItem(int at);
- // Helper methods for QPDF and QPDFObjectHandle -- these are
- // public methods since the whole class is not part of the public
- // API. Otherwise, these would be wrapped in accessor classes.
- void addExplicitElementsToList(std::list<QPDFObjectHandle>&) const;
-
private:
QPDF_Array(std::vector<QPDFObjectHandle> const& items);
QPDF_Array(std::vector<std::shared_ptr<QPDFObject>>&& items);