diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-12-03 21:42:46 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-12-03 21:42:46 +0100 |
commit | 8ce333f4a1185b72c89ea39a85d456e42a649c7f (patch) | |
tree | 435a093a23739472d58317860da60f30b4b2b544 | |
parent | 08cb95c5503a01df99c43d4d4eba3fdfb086ffa4 (diff) | |
download | mupdf-8ce333f4a1185b72c89ea39a85d456e42a649c7f.tar.xz |
Remove bogus error check.
-rw-r--r-- | mupdf/pdf_image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mupdf/pdf_image.c b/mupdf/pdf_image.c index 424806ab..8674cca9 100644 --- a/mupdf/pdf_image.c +++ b/mupdf/pdf_image.c @@ -164,8 +164,6 @@ pdf_loadinlineimage(pdf_image **imgp, pdf_xref *xref, img->samples = fz_readall(tempfile, img->stride * img->super.h); fz_dropstream(tempfile); - if (error) - return error; fz_dropfilter(filter); } |