Remove unused variable

This commit is contained in:
Twinaphex 2020-08-19 17:21:22 +02:00
parent f4c6c26312
commit e3d77d7f28

View File

@ -453,7 +453,7 @@ static void png_reverse_filter_adam7_deinterlace_pass(uint32_t *data,
const uint32_t *input, unsigned pass_width, unsigned pass_height,
const struct adam7_pass *pass)
{
unsigned x, y;
unsigned y;
data += pass->y * ihdr->width + pass->x;