Commit e19114df7a5bd158751f14ec19fd11542f84f33e

Authored by Jay Berkenbilt
1 parent ddbe5917

Remove unneeded paragraph from comments

Showing 1 changed file with 0 additions and 4 deletions
include/qpdf/qpdf-c.h
... ... @@ -84,10 +84,6 @@
84 84 *
85 85 * DETAILS:
86 86 *
87   - * There is some complexity in this API's error handling as it tries
88   - * to adopt C++-style exception handling to work with languages that
89   - * don't support exceptions, such as C.
90   - *
91 87 * The data type underlying qpdf_data maintains a list of warnings and
92 88 * a single error. To retrieve warnings, call qpdf_next_warning while
93 89 * qpdf_more_warnings is true. To retrieve the error, call
... ...