summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-26 19:39:22 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit1258054543d2956081c40b3166e9d5043deb6640 (patch)
tree16e862c888e780f84c45cfa218cdc4c56b80a418 /include
parent901e3e4fbfb22566c44c5ab305c93f70c7b0aa49 (diff)
downloadqpdf-1258054543d2956081c40b3166e9d5043deb6640.tar.zst
QPDFJob: eliminate most access to QPDFJob members from ArgParser
All that's left now is input and output handling.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/auto_job_c_main.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qpdf/auto_job_c_main.hh b/include/qpdf/auto_job_c_main.hh
index eb0f18be..3e6bdf69 100644
--- a/include/qpdf/auto_job_c_main.hh
+++ b/include/qpdf/auto_job_c_main.hh
@@ -9,7 +9,6 @@ QPDF_DLL Config& checkLinearization();
QPDF_DLL Config& coalesceContents();
QPDF_DLL Config& decrypt();
QPDF_DLL Config& deterministicId();
-QPDF_DLL Config& empty();
QPDF_DLL Config& externalizeInlineImages();
QPDF_DLL Config& filteredStreamData();
QPDF_DLL Config& flattenRotation();
@@ -32,7 +31,6 @@ QPDF_DLL Config& qdf();
QPDF_DLL Config& rawStreamData();
QPDF_DLL Config& recompressFlate();
QPDF_DLL Config& removePageLabels();
-QPDF_DLL Config& replaceInput();
QPDF_DLL Config& requiresPassword();
QPDF_DLL Config& showEncryption();
QPDF_DLL Config& showEncryptionKey();