From 437a31f0829415c77d43353df7609ee1f2c5e2da Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Thu, 6 Nov 1997 22:12:50 +0100
Subject: [PATCH] doc fix

Rev: src/modules/Image/encodings/gif.c:1.12
---
 src/modules/Image/encodings/gif.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/modules/Image/encodings/gif.c b/src/modules/Image/encodings/gif.c
index 3d543601e3..4517f7b6f3 100644
--- a/src/modules/Image/encodings/gif.c
+++ b/src/modules/Image/encodings/gif.c
@@ -1,9 +1,9 @@
-/* $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);
-- 
GitLab