mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Removed now-redundant png_error redefinition from pngvalid.c
This commit is contained in:
parent
1f1c0aec9b
commit
7a456ca882
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngvalid.c - validate libpng by constructing then reading png files.
|
/* pngvalid.c - validate libpng by constructing then reading png files.
|
||||||
*
|
*
|
||||||
* Last changed in libpng 1.5.18 [%RDATE%]
|
* Last changed in libpng 1.5.18 [February 6, 2014]
|
||||||
* Copyright (c) 2014 Glenn Randers-Pehrson
|
* Copyright (c) 2014 Glenn Randers-Pehrson
|
||||||
* Written by John Cunningham Bowler
|
* Written by John Cunningham Bowler
|
||||||
*
|
*
|
||||||
@ -122,11 +122,6 @@ typedef png_byte *png_const_bytep;
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Fixups for various minimal builds */
|
|
||||||
#ifndef PNG_ERROR_TEXT_SUPPORTED
|
|
||||||
# define png_error(a,b) png_err(a)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/***************************** EXCEPTION HANDLING *****************************/
|
/***************************** EXCEPTION HANDLING *****************************/
|
||||||
#ifdef PNG_FREESTANDING_TESTS
|
#ifdef PNG_FREESTANDING_TESTS
|
||||||
# include <cexcept.h>
|
# include <cexcept.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user