refactor: Delete unreachable code from `png_do_read_transformations`

After calling `png_do_quantize` from `png_do_read_transformations`,
`rowbytes` (i.e. the length in bytes of a non-empty row) is always
non-zero. The subsequent call to `png_error` was therefore unreachable.
1 file changed