[libpng16] Removed unused chunk_name parameter from png_check_chunk_length().

This commit is contained in:
Glenn Randers-Pehrson
2017-08-05 15:08:40 -05:00
parent c33d624988
commit fcd1bb9312
5 changed files with 6 additions and 6 deletions

View File

@@ -1531,7 +1531,7 @@ PNG_INTERNAL_FUNCTION(void,png_check_chunk_name,(png_structrp png_ptr,
png_uint_32 chunk_name),PNG_EMPTY);
PNG_INTERNAL_FUNCTION(void,png_check_chunk_length,(png_structrp png_ptr,
png_uint_32 chunk_name, png_uint_32 chunk_length),PNG_EMPTY);
png_uint_32 chunk_length),PNG_EMPTY);
PNG_INTERNAL_FUNCTION(void,png_handle_unknown,(png_structrp png_ptr,
png_inforp info_ptr, png_uint_32 length, int keep),PNG_EMPTY);