summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-12-03 23:58:05 +0100
committerTor Andersson <tor@ghostscript.com>2009-12-03 23:58:05 +0100
commite882ce1840965e12cb2dd5302f8a27132fb7e559 (patch)
tree7c7a29a31f03c3dc0fe0395e1c8bdd53bdf1afe9
parenta47691a99cee0e048f5c27866f576e21ca10603b (diff)
downloadmupdf-e882ce1840965e12cb2dd5302f8a27132fb7e559.tar.xz
...and remove the unused variables.
-rw-r--r--mupdf/pdf_interpret.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mupdf/pdf_interpret.c b/mupdf/pdf_interpret.c
index 4a9bf32c..0caf29f0 100644
--- a/mupdf/pdf_interpret.c
+++ b/mupdf/pdf_interpret.c
@@ -165,7 +165,6 @@ runxobject(pdf_csi *csi, pdf_xref *xref, fz_obj *rdb, pdf_xobject *xobj)
{
fz_error error;
fz_node *transform;
- fz_node *blend;
fz_stream *file;
pdf_gstate *gstate;
@@ -360,8 +359,6 @@ runextgstate(pdf_gstate *gstate, pdf_xref *xref, fz_obj *rdb, fz_obj *extgstate)
else if (!strcmp(s, "BM"))
{
- fz_error error;
- fz_node *blend;
static const struct { const char *name; fz_blendkind mode; } bm[] = {
{ "Normal", FZ_BNORMAL },
{ "Multiply", FZ_BMULTIPLY },