1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused function

This commit is contained in:
Christoph M. Becker
2018-02-09 17:39:24 +01:00
parent d05ac8f610
commit c8ba185cf9
4 changed files with 0 additions and 13 deletions

View File

@@ -17,11 +17,6 @@
#include "php.h"
#ifdef HAVE_GD_JPG
int gdJpegGetVersionInt()
{
return JPEG_LIB_VERSION;
}
const char * gdJpegGetVersionString()
{
switch(JPEG_LIB_VERSION) {

View File

@@ -5,7 +5,6 @@
/* from gd_compat.c */
const char * gdPngGetVersionString();
const char * gdJpegGetVersionString();
int gdJpegGetVersionInt();
#endif
/* from gd_compat.c of libgd/gd_security.c */

View File

@@ -378,10 +378,8 @@ gdImagePtr gdImageCreateFromBmp (FILE * inFile);
gdImagePtr gdImageCreateFromBmpPtr (int size, void *data);
gdImagePtr gdImageCreateFromBmpCtx (gdIOCtxPtr infile);
int gdJpegGetVersionInt();
const char * gdPngGetVersionString();
int gdJpegGetVersionInt();
const char * gdJpegGetVersionString();
/* A custom data source. */

View File

@@ -103,11 +103,6 @@ static void fatal_jpeg_error (j_common_ptr cinfo)
exit (99);
}
int gdJpegGetVersionInt()
{
return JPEG_LIB_VERSION;
}
const char * gdJpegGetVersionString()
{
switch(JPEG_LIB_VERSION) {