summaryrefslogtreecommitdiff
path: root/draw/draw_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw/draw_device.c')
-rw-r--r--draw/draw_device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/draw/draw_device.c b/draw/draw_device.c
index addd798c..3c705369 100644
--- a/draw/draw_device.c
+++ b/draw/draw_device.c
@@ -1847,7 +1847,6 @@ fz_draw_end_tile(fz_device *devp)
tile_record *tile;
tile_key *key;
-
if (dev->top == 0)
{
fz_warn(ctx, "Unexpected end_tile");
@@ -1962,7 +1961,6 @@ fz_draw_end_tile(fz_device *devp)
/* Do nothing */
}
-
fz_drop_pixmap(dev->ctx, state[1].dest);
fz_drop_pixmap(dev->ctx, state[1].shape);
#ifdef DUMP_GROUP_BLENDS