aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_config.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-31 20:19:53 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-31 21:57:45 +0100
commitb4fb9b4ec3e70945b07436c1f4a6a222c2d28b9f (patch)
treed2464dd88cb93491734d73ab738252bfba7c359e /libqpdf/QPDFJob_config.cc
parentd5004edb409ad0f35d13add6d46df63560e1a525 (diff)
downloadqpdf-b4fb9b4ec3e70945b07436c1f4a6a222c2d28b9f.tar.zst
Remove outdated comments
Diffstat (limited to 'libqpdf/QPDFJob_config.cc')
-rw-r--r--libqpdf/QPDFJob_config.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/libqpdf/QPDFJob_config.cc b/libqpdf/QPDFJob_config.cc
index 33c2e94a..b211b81c 100644
--- a/libqpdf/QPDFJob_config.cc
+++ b/libqpdf/QPDFJob_config.cc
@@ -628,8 +628,6 @@ QPDFJob::Config::streamData(char const* parameter)
}
else
{
- // If this happens, it means streamDataChoices in
- // ArgParser::initOptionTable is wrong.
usage("invalid stream-data option");
}
return this;
@@ -657,8 +655,6 @@ QPDFJob::Config::decodeLevel(char const* parameter)
}
else
{
- // If this happens, it means decodeLevelChoices in
- // ArgParser::initOptionTable is wrong.
usage("invalid option");
}
return this;
@@ -682,8 +678,6 @@ QPDFJob::Config::objectStreams(char const* parameter)
}
else
{
- // If this happens, it means objectStreamsChoices in
- // ArgParser::initOptionTable is wrong.
usage("invalid object stream mode");
}
return this;
@@ -706,8 +700,6 @@ QPDFJob::Config::removeUnreferencedResources(char const* parameter)
}
else
{
- // If this happens, it means remove_unref_choices in
- // ArgParser::initOptionTable is wrong.
usage("invalid value for --remove-unreferenced-page-resources");
}
return this;