Imported from libpng-1.2.19rc2.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-08-04 07:41:40 -05:00
parent c229f65dcf
commit 394759e0c8
57 changed files with 163 additions and 149 deletions

View File

@@ -879,9 +879,6 @@ png_set_text_2(png_structp png_ptr, png_infop info_ptr, png_textp text_ptr,
textp->itxt_length = 0;
#endif
}
#if 0 /* appears to be redundant; */
info_ptr->text[info_ptr->num_text]= *textp;
#endif
info_ptr->num_text++;
png_debug1(3, "transferred text chunk %d\n", info_ptr->num_text);
}