aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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