From f8e90a600b2f52d2e56b1cd174fbe259d2021097 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Wed, 6 Nov 2013 16:27:48 +0100 Subject: Remove unused variables causing warnings --- source/fitz/svg-device.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/fitz') diff --git a/source/fitz/svg-device.c b/source/fitz/svg-device.c index 7e980133..dd5a2e19 100644 --- a/source/fitz/svg-device.c +++ b/source/fitz/svg-device.c @@ -854,7 +854,6 @@ static void svg_dev_begin_mask(fz_device *dev, const fz_rect *bbox, int luminosity, fz_colorspace *colorspace, float *color) { svg_device *sdev = (svg_device *)dev->user; - fz_context *ctx = dev->ctx; fz_output *out; int mask = sdev->id++; @@ -869,7 +868,6 @@ static void svg_dev_end_mask(fz_device *dev) { svg_device *sdev = (svg_device *)dev->user; - fz_context *ctx = dev->ctx; fz_output *out = sdev->out; int mask = 0; -- cgit v1.2.3