summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/pdf/page.h')
-rw-r--r--include/mupdf/pdf/page.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mupdf/pdf/page.h b/include/mupdf/pdf/page.h
index a7f47cda..02d6dd4e 100644
--- a/include/mupdf/pdf/page.h
+++ b/include/mupdf/pdf/page.h
@@ -55,8 +55,6 @@ fz_link *pdf_load_links(fz_context *ctx, pdf_page *page);
into account. The page size is taken to be the crop box if it
exists (visible area after cropping), otherwise the media box will
be used (possibly including printing marks).
-
- Does not throw exceptions.
*/
fz_rect *pdf_bound_page(fz_context *ctx, pdf_page *page, fz_rect *);