[libpng16] Removed "PNG_UNUSED()" inadvertently left in contrib/gregbook

/readpng2.c from the previous update.
This commit is contained in:
Glenn Randers-Pehrson 2014-06-13 12:55:43 -05:00
parent 151eb95305
commit 225af8f363

View File

@ -474,7 +474,6 @@ static void readpng2_warning_handler(png_structp png_ptr, png_const_charp msg)
{
fprintf(stderr, "readpng2 libpng warning: %s\n", msg);
fflush(stderr);
PNG_UNUSED(png_ptr)
(void)png_ptr; /* Unused */
}