aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Integer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Integer.cc')
-rw-r--r--libqpdf/QPDF_Integer.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libqpdf/QPDF_Integer.cc b/libqpdf/QPDF_Integer.cc
index d65b3478..aa0437a1 100644
--- a/libqpdf/QPDF_Integer.cc
+++ b/libqpdf/QPDF_Integer.cc
@@ -27,12 +27,6 @@ QPDF_Integer::unparse()
return std::to_string(this->val);
}
-JSON
-QPDF_Integer::getJSON(int json_version)
-{
- return JSON::makeInt(this->val);
-}
-
void
QPDF_Integer::writeJSON(int json_version, JSON::Writer& p)
{