提交 212defee 编写于 作者: G Glenn Randers-Pehrson

[devel] Eliminated unused png_ptr->row_buf_size

上级 4e6b5e91
......@@ -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.
......
......@@ -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.
......
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册