summaryrefslogtreecommitdiff
path: root/src/qpdf/pikepdf.h
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2021-08-19 17:23:06 -0700
committerJames R. Barlow <james@purplerock.ca>2021-08-19 17:23:06 -0700
commit2656eba45f8e782c49d347c6140a6befebcbec44 (patch)
tree493d27e57c9a526c6077bc9addb3238012323f2d /src/qpdf/pikepdf.h
parent7122dd9815710bf68a5d2a5601530cb124e566ee (diff)
object_repr: remove unused escaped param
Diffstat (limited to 'src/qpdf/pikepdf.h')
-rw-r--r--src/qpdf/pikepdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qpdf/pikepdf.h b/src/qpdf/pikepdf.h
index 5aa0cff..a992d72 100644
--- a/src/qpdf/pikepdf.h
+++ b/src/qpdf/pikepdf.h
@@ -259,7 +259,7 @@ size_t list_range_check(QPDFObjectHandle h, int index);
void init_object(py::module_ &m);
// From object_repr.cpp
-std::string objecthandle_scalar_value(QPDFObjectHandle h, bool escaped = true);
+std::string objecthandle_scalar_value(QPDFObjectHandle h);
std::string objecthandle_pythonic_typename(QPDFObjectHandle h);
std::string objecthandle_repr_typename_and_value(QPDFObjectHandle h);
std::string objecthandle_repr(QPDFObjectHandle h);