[devel] Eliminated unused png_ptr->row_buf_size

This commit is contained in:
Glenn Randers-Pehrson
2009-09-23 10:29:21 -05:00
parent 4e6b5e91df
commit 212defee0f
3 changed files with 2 additions and 5 deletions

View File

@@ -556,6 +556,7 @@ version 1.4.0beta81 [September 23, 2009]
Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarations to avoid
compiler complaints about doubly declaring things "const".
Changed some "#if defined(" to "ifdef"
Eliminated unused png_ptr->row_buf_size
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.