aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-09-01 21:28:32 +0200
committerGitHub <noreply@github.com>2022-09-01 21:28:32 +0200
commit3d029fb17ef6b8ea9094394741f103608f698bad (patch)
tree91bee4e325142767086a4b8b70c7904af614cb1f /include
parentf8fd7d60e301b9b1bf4d705ce747e281c320487e (diff)
parent903a86643ad6559ded882fe8d6549c0c715f9fc2 (diff)
downloadqpdf-3d029fb17ef6b8ea9094394741f103608f698bad.tar.zst
Merge pull request #730 from m-holger/allpages
Tidy QPDF::getAllPagesInternal and QPDF::pushInheritedAttributesToPageInternal
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index bcd85cd2..81169fbd 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1240,7 +1240,6 @@ class QPDF
void getAllPagesInternal(
QPDFObjectHandle cur_pages,
- std::vector<QPDFObjectHandle>& result,
std::set<QPDFObjGen>& visited,
std::set<QPDFObjGen>& seen);
void insertPage(QPDFObjectHandle newpage, int pos);
@@ -1627,10 +1626,8 @@ class QPDF
void pushInheritedAttributesToPageInternal(
QPDFObjectHandle,
std::map<std::string, std::vector<QPDFObjectHandle>>&,
- std::vector<QPDFObjectHandle>& all_pages,
bool allow_changes,
- bool warn_skipped_keys,
- std::set<QPDFObjGen>& visited);
+ bool warn_skipped_keys);
void updateObjectMaps(
ObjUser const& ou,
QPDFObjectHandle oh,