summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-07-07 21:37:13 +0200
committerm-holger <m-holger@kubitscheck.org>2023-07-07 21:37:13 +0200
commitbee726609c9b0c3f6bc497de9ab0fc0790993c89 (patch)
treec26fad29655b9ceef862e16f88744b57bfd107ba /include
parent2bf7359e3559f7a6453eb0c444b93e17a2a5a405 (diff)
downloadqpdf-bee726609c9b0c3f6bc497de9ab0fc0790993c89.tar.zst
Remove redundant parameters from QPDF::readObject
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index beb98f0b..afe9e8ec 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1006,11 +1006,7 @@ class QPDF
void insertFreeXrefEntry(QPDFObjGen);
void insertReconstructedXrefEntry(int obj, qpdf_offset_t f1, int f2);
void setLastObjectDescription(std::string const& description, QPDFObjGen const& og);
- QPDFObjectHandle readObject(
- std::shared_ptr<InputSource>,
- std::string const& description,
- QPDFObjGen const& og,
- bool in_object_stream);
+ QPDFObjectHandle readObject(std::string const& description, QPDFObjGen og);
QPDFObjectHandle readObjectInStream(std::shared_ptr<InputSource>, QPDFObjGen og);
size_t recoverStreamLength(
std::shared_ptr<InputSource> input, QPDFObjGen const& og, qpdf_offset_t stream_offset);