Removed attempt to decompress Xcode IDAT chunk.

It did not work.
This commit is contained in:
Glenn Randers-Pehrson glennrp@comcast.net
2009-05-01 16:13:51 -05:00
parent 6c23ae14d7
commit dc3af60f70

View File

@@ -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)