diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2018-10-02 13:25:32 +0800 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-10-24 14:17:01 +0200 |
commit | c813d8a59ebadcfcf946c7ba7c13af7f33a5f022 (patch) | |
tree | 721080cd51c3c9b15bbc355deb4bef3b46ef2362 /source/xps/xps-image.c | |
parent | 0ede62fb205d0f81f3491152b5721e835d5ba7d4 (diff) | |
download | mupdf-c813d8a59ebadcfcf946c7ba7c13af7f33a5f022.tar.xz |
Purge TRYLATER stuff from XPS interpreter.
This is untested code, that has likely bitrotted.
Diffstat (limited to 'source/xps/xps-image.c')
-rw-r--r-- | source/xps/xps-image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/xps/xps-image.c b/source/xps/xps-image.c index dca10178..5437487c 100644 --- a/source/xps/xps-image.c +++ b/source/xps/xps-image.c @@ -101,7 +101,6 @@ xps_parse_image_brush(fz_context *ctx, xps_document *doc, fz_matrix ctm, fz_rect } fz_catch(ctx) { - fz_rethrow_if(ctx, FZ_ERROR_TRYLATER); fz_warn(ctx, "cannot find image source"); return; } @@ -116,7 +115,6 @@ xps_parse_image_brush(fz_context *ctx, xps_document *doc, fz_matrix ctm, fz_rect } fz_catch(ctx) { - fz_rethrow_if(ctx, FZ_ERROR_TRYLATER); fz_warn(ctx, "cannot decode image resource"); return; } |