mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 19:08:24 +00:00
Remove outdated comments
This commit is contained in:
parent
d5004edb40
commit
b4fb9b4ec3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user