diff options
Diffstat (limited to 'ext/gd/libgd/gd_png.c')
-rw-r--r-- | ext/gd/libgd/gd_png.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/gd/libgd/gd_png.c b/ext/gd/libgd/gd_png.c index e15ede73cc..7591dc0c67 100644 --- a/ext/gd/libgd/gd_png.c +++ b/ext/gd/libgd/gd_png.c @@ -36,11 +36,6 @@ ---------------------------------------------------------------------------*/ -const char * gdPngGetVersionString() -{ - return PNG_LIBPNG_VER_STRING; -} - #ifndef PNG_SETJMP_NOT_SUPPORTED typedef struct _jmpbuf_wrapper { |