From 9c7f99c9cbef91d61570f1edc3169d62b43a8ea0 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Wed, 25 Jan 2012 07:35:47 -0600 Subject: [PATCH] [libpng16] Remove remains of simplified API sPLT experiment from pngpriv.h --- pngpriv.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/pngpriv.h b/pngpriv.h index 3b0633ba5..ed63c2fb0 100644 --- a/pngpriv.h +++ b/pngpriv.h @@ -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. */