Skip to content
Snippets Groups Projects
Commit 399cf460 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

removed a function which already exists in object.c

Rev: src/modules/Image/encodings/pcx.c:1.2
parent 0912b3b1
No related branches found
No related tags found
No related merge requests found
#include "global.h" #include "global.h"
RCSID("$Id: pcx.c,v 1.1 1999/04/06 03:50:50 per Exp $"); RCSID("$Id: pcx.c,v 1.2 1999/04/09 04:50:43 hubbe Exp $");
#include "config.h" #include "config.h"
...@@ -231,12 +231,6 @@ static void load_palette_pcx( struct pcx_header *hdr, struct buffer *b, ...@@ -231,12 +231,6 @@ static void load_palette_pcx( struct pcx_header *hdr, struct buffer *b,
THREADS_DISALLOW(); THREADS_DISALLOW();
} }
void do_free_object( struct object *o )
{
free_object(o);
}
static struct object *low_pcx_decode( struct pike_string *data ) static struct object *low_pcx_decode( struct pike_string *data )
{ {
struct buffer b; struct buffer b;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment