aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/SparseOHArray.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/SparseOHArray.cc')
-rw-r--r--libqpdf/SparseOHArray.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libqpdf/SparseOHArray.cc b/libqpdf/SparseOHArray.cc
index 7adba00f..3f6376a6 100644
--- a/libqpdf/SparseOHArray.cc
+++ b/libqpdf/SparseOHArray.cc
@@ -2,12 +2,6 @@
#include <stdexcept>
-int
-SparseOHArray::size() const
-{
- return this->n_elements;
-}
-
void
SparseOHArray::append(QPDFObjectHandle oh)
{