diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-12-13 18:11:37 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-12-17 18:51:56 +0000 |
commit | b362eb775e6af4c318ffa1985069b3757c284996 (patch) | |
tree | a8e50f14661a439ba6073aaac9260629bf25a068 /include | |
parent | 425c0f2e84deba27f064d8dd0d5b96c44564c1ec (diff) | |
download | mupdf-b362eb775e6af4c318ffa1985069b3757c284996.tar.xz |
Remove duplicated XPS definitions from header.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/xps.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mupdf/xps.h b/include/mupdf/xps.h index 1a0a1e22..b13d3f19 100644 --- a/include/mupdf/xps.h +++ b/include/mupdf/xps.h @@ -118,14 +118,6 @@ void xps_read_page_list(xps_document *doc); void xps_print_page_list(xps_document *doc); void xps_free_page_list(xps_document *doc); -int xps_count_pages(xps_document *doc); -xps_page *xps_load_page(xps_document *doc, int number); -fz_link *xps_load_links(xps_document *doc, xps_page *page); -fz_rect *xps_bound_page(xps_document *doc, xps_page *page, fz_rect *rect); -void xps_free_page(xps_document *doc, xps_page *page); - -fz_outline *xps_load_outline(xps_document *doc); - int xps_lookup_link_target(xps_document *doc, char *target_uri); void xps_add_link(xps_document *doc, const fz_rect *area, char *base_uri, char *target_uri); |