From 61365b6d15e9431bb072db642a1ba9c612e99710 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 3 Apr 2011 19:49:37 -0500 Subject: [PATCH] [devel] Removed "#if 1" and the matching "#endif" --- pngwutil.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/pngwutil.c b/pngwutil.c index 93845a187..6545a8f3a 100644 --- a/pngwutil.c +++ b/pngwutil.c @@ -449,8 +449,6 @@ png_write_compressed_data_out(png_structp png_ptr, compression_state *comp) return; } -#if 1 /* For testing */ - if (comp->input_len >= 2 && comp->input_len < 16384) { unsigned int z_cmf; /* zlib compression method and flags */ @@ -510,7 +508,6 @@ png_write_compressed_data_out(png_structp png_ptr, compression_state *comp) png_error(png_ptr, "Invalid zlib compression method or flags in non-IDAT chunk"); } -#endif /* Write saved output buffers, if any */ for (i = 0; i < comp->num_output_ptr; i++)