Commit e19114df7a5bd158751f14ec19fd11542f84f33e
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,10 +84,6 @@ | ||
| 84 | * | 84 | * |
| 85 | * DETAILS: | 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 | * The data type underlying qpdf_data maintains a list of warnings and | 87 | * The data type underlying qpdf_data maintains a list of warnings and |
| 92 | * a single error. To retrieve warnings, call qpdf_next_warning while | 88 | * a single error. To retrieve warnings, call qpdf_next_warning while |
| 93 | * qpdf_more_warnings is true. To retrieve the error, call | 89 | * qpdf_more_warnings is true. To retrieve the error, call |