diff options
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; } |