aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-03-18 18:28:19 +0100
committerGitHub <noreply@github.com>2023-03-18 18:28:19 +0100
commit84e29026f5ac9bb63180da92944fd8aa1cd0e8d4 (patch)
tree5f60d994c9dd8d1e6cbc8871a57af0147203258f /include
parentb480f7186ffa6a2f4fe3a477c2e95871a64b2169 (diff)
parent5af32b53a36a66698e8762d026f92f0ed8cde710 (diff)
downloadqpdf-84e29026f5ac9bb63180da92944fd8aa1cd0e8d4.tar.zst
Merge pull request #926 from m-holger/omap
Remove redundant parameter depth from QPDF::updateObjectMaps
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 5cc7a2f2..13b66977 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1633,8 +1633,7 @@ class QPDF
QPDFObjectHandle oh,
std::function<int(QPDFObjectHandle&)> skip_stream_parameters,
std::set<QPDFObjGen>& visited,
- bool top,
- int depth);
+ bool top);
void filterCompressedObjects(std::map<int, int> const& object_stream_data);
// JSON import