[libpng16] Remove remains of simplified API sPLT experiment from pngpriv.h

This commit is contained in:
John Bowler 2012-01-25 07:35:47 -06:00 committed by Glenn Randers-Pehrson
parent 99c7ad2904
commit 9c7f99c9cb

View File

@ -1644,9 +1644,6 @@ typedef struct png_control
unsigned int owned_file :1; /* We own the file in io_ptr */
} png_control;
/* This is used to name an sPLT written by the simplified API. */
#define LIBPNG_SPLT_NAME "libpng " PNG_LIBPNG_VER_STRING
/* Return the pointer to the jmp_buf from a png_control: necessary because C
* does not reveal the type of the elements of jmp_buf.
*/