aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Operator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Operator.cc')
-rw-r--r--libqpdf/QPDF_Operator.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libqpdf/QPDF_Operator.cc b/libqpdf/QPDF_Operator.cc
index e0d64474..d1b2969d 100644
--- a/libqpdf/QPDF_Operator.cc
+++ b/libqpdf/QPDF_Operator.cc
@@ -29,9 +29,3 @@ QPDF_Operator::getJSON(int json_version)
{
return JSON::makeNull();
}
-
-std::string
-QPDF_Operator::getVal() const
-{
- return this->val;
-}