diff options
-rw-r--r-- | mupdf/pdf_interpret.c | 3 |
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 }, |