aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Name.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Name.cc')
-rw-r--r--libqpdf/QPDF_Name.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libqpdf/QPDF_Name.cc b/libqpdf/QPDF_Name.cc
index 47e917a1..353cf311 100644
--- a/libqpdf/QPDF_Name.cc
+++ b/libqpdf/QPDF_Name.cc
@@ -61,9 +61,3 @@ QPDF_Name::getJSON(int json_version)
return JSON::makeString(this->name);
}
}
-
-std::string
-QPDF_Name::getName() const
-{
- return this->name;
-}