Skip to content
Snippets Groups Projects
Commit 437a31f0 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

doc fix

Rev: src/modules/Image/encodings/gif.c:1.12
parent 8597aeaa
No related branches found
No related tags found
No related merge requests found
/* $Id: gif.c,v 1.11 1997/11/05 18:34:24 mirar Exp $ */
/* $Id: gif.c,v 1.12 1997/11/06 21:12:50 mirar Exp $ */
/*
**! module Image
**! note
**! $Id: gif.c,v 1.11 1997/11/05 18:34:24 mirar Exp $
**! $Id: gif.c,v 1.12 1997/11/06 21:12:50 mirar Exp $
**! submodule GIF
**!
**! This submodule keep the GIF encode/decode capabilities
......@@ -31,7 +31,7 @@
#include "stralloc.h"
#include "global.h"
RCSID("$Id: gif.c,v 1.11 1997/11/05 18:34:24 mirar Exp $");
RCSID("$Id: gif.c,v 1.12 1997/11/06 21:12:50 mirar Exp $");
#include "pike_macros.h"
#include "object.h"
#include "constants.h"
......@@ -518,7 +518,6 @@ static void image_gif__render_block(INT32 args)
/*
**! method string render_block(object img,object colortable,int x,int y,int localpalette);
**! method string render_block(object img,object colortable,int x,int y,int localpalette,int transp_index);
**! method string render_block(object img,object colortable,int x,int y,int localpalette,object alpha);
**! method string render_block(object img,object colortable,int x,int y,int localpalette,object alpha,int r,int g,int b);
**! method string render_block(object img,object colortable,int x,int y,int localpalette,int delay,int transp_index,int interlace,int user_input,int disposal);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment