Remove unused png_freeptr() prototype ... again.

This commit is contained in:
Glenn Randers-Pehrson glennrp@comcast.net
2009-05-02 15:15:46 -05:00
parent 92d9534c1a
commit d209ec76b2
2 changed files with 7 additions and 7 deletions

View File

@@ -2113,7 +2113,9 @@ version 1.4.0beta56 [April 25, 2009]
Renamed "gamma" to "png_gamma" in pngset.c to avoid "shadowed declaration"
warning about a global "gamma" variable in math.h on some platforms.
version 1.4.0beta57 [April 25, 2009]
version 1.4.0beta57 [May 2, 2009]
Removed prototype for png_freeptr() that was added in libpng-1.4.0beta24
but was never defined (again).
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.