diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-10-10 18:54:23 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-10-10 18:54:46 +0100 |
commit | bc9fdb018f48a5c68bb055e21941289f41665a7e (patch) | |
tree | dbb76f828b6080fce7d967712543de879575c96c /source | |
parent | ed7fdb2a8926fa946926281450150eab0de13700 (diff) | |
download | mupdf-bc9fdb018f48a5c68bb055e21941289f41665a7e.tar.xz |
Remove unused variable.
Diffstat (limited to 'source')
-rw-r--r-- | source/fitz/draw-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c index 4a021542..1aa620cf 100644 --- a/source/fitz/draw-device.c +++ b/source/fitz/draw-device.c @@ -2255,7 +2255,7 @@ fz_draw_end_tile(fz_context *ctx, fz_device *devp) float xstep, ystep; fz_matrix ttm, ctm, shapectm; fz_irect area, scissor, tile_bbox; - fz_rect scissor_tmp, tile_tmp, tile_rect; + fz_rect scissor_tmp, tile_tmp; int x0, y0, x1, y1, x, y, extra_x, extra_y; fz_draw_state *state; tile_record *tile; |