mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove unused variable
This commit is contained in:
parent
f4c6c26312
commit
e3d77d7f28
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user