aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-26 19:23:54 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit901e3e4fbfb22566c44c5ab305c93f70c7b0aa49 (patch)
treea857731de942d182075941d098c8e1396272deab /include
parent700dfa40d3d2c5b60bf5937f74c0ab59561115f8 (diff)
downloadqpdf-901e3e4fbfb22566c44c5ab305c93f70c7b0aa49.tar.zst
QPDFArgParser: remove unused copyFromOtherTable
This was used, but it no longer is, so let's not keep the extra complexity around.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFArgParser.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/qpdf/QPDFArgParser.hh b/include/qpdf/QPDFArgParser.hh
index 108fc019..931170d8 100644
--- a/include/qpdf/QPDFArgParser.hh
+++ b/include/qpdf/QPDFArgParser.hh
@@ -130,13 +130,6 @@ class QPDFArgParser
QPDF_DLL
void addInvalidChoiceHandler(std::string const& arg, param_arg_handler_t);
- // If an option is shared among multiple tables and uses identical
- // handlers, you can just copy it instead of repeating the
- // registration call.
- QPDF_DLL
- void copyFromOtherTable(std::string const& arg,
- std::string const& other_table);
-
// The final check handler is called at the very end of argument
// parsing.
QPDF_DLL