diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2010-12-09 00:30:48 +0000 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2010-12-09 00:30:48 +0000 |
commit | b163d64c88cd929d1e247fe86e55d457d2a59355 (patch) | |
tree | 393b9a105fb734b8473c0ab8dfdc09c04014754c | |
parent | 0898a505034f2cd20e0646a3bc604692f501d152 (diff) | |
download | mupdf-b163d64c88cd929d1e247fe86e55d457d2a59355.tar.xz |
Remove unused variable in image code.
-rw-r--r-- | mupdf/pdf_image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mupdf/pdf_image.c b/mupdf/pdf_image.c index 9eb1925e..9bc9f6ee 100644 --- a/mupdf/pdf_image.c +++ b/mupdf/pdf_image.c @@ -334,7 +334,6 @@ fz_error pdf_loadimage(fz_pixmap **pixp, pdf_xref *xref, fz_obj *rdb, fz_obj *dict) { fz_error error; - fz_obj *obj; if ((*pixp = pdf_finditem(xref->store, fz_droppixmap, dict))) { |