summaryrefslogtreecommitdiff
path: root/source/xps/xps-image.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2018-10-02 13:25:32 +0800
committerTor Andersson <tor.andersson@artifex.com>2018-10-24 14:17:01 +0200
commitc813d8a59ebadcfcf946c7ba7c13af7f33a5f022 (patch)
tree721080cd51c3c9b15bbc355deb4bef3b46ef2362 /source/xps/xps-image.c
parent0ede62fb205d0f81f3491152b5721e835d5ba7d4 (diff)
downloadmupdf-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.c2
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;
}