mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Removed attempt to decompress Xcode IDAT chunk.
It did not work.
This commit is contained in:
parent
6c23ae14d7
commit
dc3af60f70
@@ -2716,12 +2716,6 @@ int main(int argc, char *argv[])
|
||||
if (verbose > 0)
|
||||
print_version_info();
|
||||
|
||||
if (found_CgBI)
|
||||
{
|
||||
default_compression_window = -1;
|
||||
force_compression_window = 1;
|
||||
} else
|
||||
|
||||
if (default_compression_window == 32)
|
||||
default_compression_window = 15;
|
||||
else if (default_compression_window == 16)
|
||||
|
||||
Reference in New Issue
Block a user