[devel] Eliminated unused png_ptr->row_buf_size
This commit is contained in:
parent
4e6b5e91df
commit
212defee0f
1
ANNOUNCE
1
ANNOUNCE
@ -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.
|
||||
|
1
CHANGES
1
CHANGES
@ -2242,6 +2242,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.
|
||||
|
5
png.h
5
png.h
@ -1275,11 +1275,6 @@ struct png_struct_def
|
||||
png_byte filter_type;
|
||||
#endif
|
||||
|
||||
/* New member added in libpng-1.0.10, ifdef'ed out in 1.2.0 */
|
||||
#if (defined(PNG_DEBUG) && defined(PNG_USE_PNGGCCRD))
|
||||
png_uint_32 row_buf_size;
|
||||
#endif
|
||||
|
||||
/* New members added in libpng-1.2.0 */
|
||||
|
||||
/* New members added in libpng-1.0.2 but first enabled by default in 1.2.0 */
|
||||
|
Loading…
Reference in New Issue
Block a user