[libpng17] Deleted a now-redundant #define png_error from pngvalid.c

This commit is contained in:
John Bowler 2014-02-16 22:51:23 -06:00 committed by Glenn Randers-Pehrson
parent e2c5ed8d1d
commit 2ced844b0e

View File

@ -122,11 +122,6 @@ typedef png_byte *png_const_bytep;
# endif
#endif
/* Fixups for various minimal builds */
#ifndef PNG_ERROR_TEXT_SUPPORTED
# define png_error(a,b) png_err(a)
#endif
/***************************** EXCEPTION HANDLING *****************************/
#ifdef PNG_FREESTANDING_TESTS
# include <cexcept.h>