diff options
Diffstat (limited to 'source/xps')
-rw-r--r-- | source/xps/xps-imp.h | 1 | ||||
-rw-r--r-- | source/xps/xps-tile.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source/xps/xps-imp.h b/source/xps/xps-imp.h index ce372e21..d5757b69 100644 --- a/source/xps/xps-imp.h +++ b/source/xps/xps-imp.h @@ -83,7 +83,6 @@ void xps_read_page_list(fz_context *ctx, xps_document *doc); void xps_print_page_list(fz_context *ctx, xps_document *doc); void xps_drop_page_list(fz_context *ctx, xps_document *doc); - /* * Images, fonts, and colorspaces. */ diff --git a/source/xps/xps-tile.c b/source/xps/xps-tile.c index 7def81c9..659c6239 100644 --- a/source/xps/xps-tile.c +++ b/source/xps/xps-tile.c @@ -318,7 +318,6 @@ xps_parse_canvas(fz_context *ctx, xps_document *doc, fz_matrix ctm, fz_rect area xps_drop_resource_dictionary(ctx, doc, new_dict); fz_catch(ctx) fz_rethrow(ctx); - } void |