[libpng16] Removed "text_len" parameter from private function png_write_zTXt()

since it is unused.
This commit is contained in:
Glenn Randers-Pehrson
2014-10-03 17:00:38 -05:00
parent f1eacc08e6
commit d752225d05
6 changed files with 11 additions and 12 deletions

View File

@@ -1090,7 +1090,7 @@ PNG_INTERNAL_FUNCTION(void,png_write_tEXt,(png_structrp png_ptr,
#ifdef PNG_WRITE_zTXt_SUPPORTED
PNG_INTERNAL_FUNCTION(void,png_write_zTXt,(png_structrp png_ptr, png_const_charp
key, png_const_charp text, png_size_t text_len, int compression),PNG_EMPTY);
key, png_const_charp text, int compression),PNG_EMPTY);
#endif
#ifdef PNG_WRITE_iTXt_SUPPORTED