aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-18 16:49:27 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-18 17:05:51 +0100
commite19114df7a5bd158751f14ec19fd11542f84f33e (patch)
treeaf75a42634e476939e3b2ad03fd5a4eb43ae8f6d
parentddbe59179e64c45a375d6886f892059b49fd81b2 (diff)
downloadqpdf-e19114df7a5bd158751f14ec19fd11542f84f33e.tar.zst
Remove unneeded paragraph from comments
-rw-r--r--include/qpdf/qpdf-c.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h
index 3045dec6..e261c7c1 100644
--- a/include/qpdf/qpdf-c.h
+++ b/include/qpdf/qpdf-c.h
@@ -84,10 +84,6 @@
*
* DETAILS:
*
- * There is some complexity in this API's error handling as it tries
- * to adopt C++-style exception handling to work with languages that
- * don't support exceptions, such as C.
- *
* The data type underlying qpdf_data maintains a list of warnings and
* a single error. To retrieve warnings, call qpdf_next_warning while
* qpdf_more_warnings is true. To retrieve the error, call