[libpng15] Remove new redundant prototype for png_set_keyword()

This commit is contained in:
Glenn Randers-Pehrson 2015-12-13 17:35:11 -06:00
parent ad5f16c406
commit a510a813ef

View File

@ -902,8 +902,8 @@ PNG_EXTERN void png_write_hIST PNGARG((png_structp png_ptr,
#endif
/* Chunks that have keywords */
#if defined(PNG_WRITE_TEXT_SUPPORTED) || defined(PNG_WRITE_pCAL_SUPPORTED) || \
defined(PNG_WRITE_iCCP_SUPPORTED) || defined(PNG_WRITE_sPLT_SUPPORTED)
#if defined(PNG_TEXT_SUPPORTED) || defined(PNG_pCAL_SUPPORTED) || \
defined(PNG_iCCP_SUPPORTED) || defined(PNG_sPLT_SUPPORTED)
PNG_EXTERN png_size_t png_check_keyword PNGARG((png_structp png_ptr,
png_const_charp key, png_charpp new_key));
#endif
@ -1756,9 +1756,6 @@ PNG_EXTERN void png_init_filter_functions_neon(png_structp png_ptr,
unsigned int bpp);
#endif
PNG_EXTERN png_size_t png_check_keyword(png_structp png_ptr,
png_const_charp key, png_charpp new_key);
/* Maintainer: Put new private prototypes here ^ */
#include "pngdebug.h"