mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused function
This commit is contained in:
parent
d05ac8f610
commit
c8ba185cf9
4 changed files with 0 additions and 13 deletions
|
@ -17,11 +17,6 @@
|
|||
#include "php.h"
|
||||
|
||||
#ifdef HAVE_GD_JPG
|
||||
int gdJpegGetVersionInt()
|
||||
{
|
||||
return JPEG_LIB_VERSION;
|
||||
}
|
||||
|
||||
const char * gdJpegGetVersionString()
|
||||
{
|
||||
switch(JPEG_LIB_VERSION) {
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue