remove this - shouldn't be necessary

This commit is contained in:
twinaphex 2017-11-25 00:54:34 +01:00
parent b5722127c7
commit d0eef2579e

View File

@ -999,8 +999,6 @@ bool rpng_iterate_image(rpng_t *rpng)
if (!read_chunk_header(buf, &chunk))
return false;
*buf += 8;
#if 0
for (i = 0; i < 4; i++)
{