[libpng15] Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED

from pngstruct.h
This commit is contained in:
Glenn Randers-Pehrson
2012-02-11 07:27:34 -06:00
parent 0bddb27e75
commit a08f60352c
3 changed files with 8 additions and 6 deletions

View File

@@ -283,9 +283,7 @@ struct png_struct_def
#endif
/* New member added in libpng-1.0.4 (renamed in 1.0.9) */
#if defined(PNG_MNG_FEATURES_SUPPORTED) || \
defined(PNG_READ_EMPTY_PLTE_SUPPORTED) || \
defined(PNG_WRITE_EMPTY_PLTE_SUPPORTED)
#if defined(PNG_MNG_FEATURES_SUPPORTED)
/* Changed from png_byte to png_uint_32 at version 1.2.0 */
png_uint_32 mng_features_permitted;
#endif