Commit b4fb9b4ec3e70945b07436c1f4a6a222c2d28b9f
1 parent
d5004edb
Remove outdated comments
Showing
1 changed file
with
0 additions
and
8 deletions
libqpdf/QPDFJob_config.cc
| ... | ... | @@ -628,8 +628,6 @@ QPDFJob::Config::streamData(char const* parameter) |
| 628 | 628 | } |
| 629 | 629 | else |
| 630 | 630 | { |
| 631 | - // If this happens, it means streamDataChoices in | |
| 632 | - // ArgParser::initOptionTable is wrong. | |
| 633 | 631 | usage("invalid stream-data option"); |
| 634 | 632 | } |
| 635 | 633 | return this; |
| ... | ... | @@ -657,8 +655,6 @@ QPDFJob::Config::decodeLevel(char const* parameter) |
| 657 | 655 | } |
| 658 | 656 | else |
| 659 | 657 | { |
| 660 | - // If this happens, it means decodeLevelChoices in | |
| 661 | - // ArgParser::initOptionTable is wrong. | |
| 662 | 658 | usage("invalid option"); |
| 663 | 659 | } |
| 664 | 660 | return this; |
| ... | ... | @@ -682,8 +678,6 @@ QPDFJob::Config::objectStreams(char const* parameter) |
| 682 | 678 | } |
| 683 | 679 | else |
| 684 | 680 | { |
| 685 | - // If this happens, it means objectStreamsChoices in | |
| 686 | - // ArgParser::initOptionTable is wrong. | |
| 687 | 681 | usage("invalid object stream mode"); |
| 688 | 682 | } |
| 689 | 683 | return this; |
| ... | ... | @@ -706,8 +700,6 @@ QPDFJob::Config::removeUnreferencedResources(char const* parameter) |
| 706 | 700 | } |
| 707 | 701 | else |
| 708 | 702 | { |
| 709 | - // If this happens, it means remove_unref_choices in | |
| 710 | - // ArgParser::initOptionTable is wrong. | |
| 711 | 703 | usage("invalid value for --remove-unreferenced-page-resources"); |
| 712 | 704 | } |
| 713 | 705 | return this; | ... | ... |