[devel] Eliminated unused png_ptr->row_buf_size
diff --git a/ANNOUNCE b/ANNOUNCE
index 5e0ae21..dc23d5d 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -556,6 +556,7 @@
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.
diff --git a/CHANGES b/CHANGES
index f8b809a..4d87681 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2242,6 +2242,7 @@
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.
diff --git a/png.h b/png.h
index 3383b3c..5544353 100644
--- a/png.h
+++ b/png.h
@@ -1275,11 +1275,6 @@
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 */