From d6dc43db7d24c6c41073e46baca78e66197be826 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 1 Nov 2009 16:41:09 -0600 Subject: [PATCH] [master] Removed some dead code from pngconf.h (inside an #if 0/#endif block) --- pngconf.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pngconf.h b/pngconf.h index 1c19ee07..9a027a5b 100644 --- a/pngconf.h +++ b/pngconf.h @@ -526,20 +526,6 @@ * was turned on by default in libpng-1.2.41. */ -#if 0 -#ifndef PNG_NO_iTXt -# ifndef PNG_iTXt_SUPPORTED -# define PNG_iTXt_SUPPORTED -# endif -# if !defined(PNG_READ_iTXt_SUPPORTED) && !defined(PNG_NO_READ_iTXt) -# define PNG_READ_iTXt_SUPPORTED -# endif -# if !defined(PNG_WRITE_iTXt_SUPPORTED) && !defined(PNG_NO_WRITE_iTXt) -# define PNG_WRITE_iTXt_SUPPORTED -# endif -#endif -#endif - /* The following support, added after version 1.0.0, can be turned off here en * masse by defining PNG_LEGACY_SUPPORTED in case you need binary compatibility * with old applications that require the length of png_struct and png_info