From 6356dd8fcd04722bc63c41b46121734e38e23bf1 Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Thu, 15 Apr 1999 14:46:11 +0200
Subject: [PATCH] f_decode_image_data undefined

Rev: src/modules/Image/encodings/psd.c:1.2
---
 src/modules/Image/encodings/psd.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/Image/encodings/psd.c b/src/modules/Image/encodings/psd.c
index 83a1b9a3dc..3d472d0d74 100644
--- a/src/modules/Image/encodings/psd.c
+++ b/src/modules/Image/encodings/psd.c
@@ -1,5 +1,5 @@
 #include "global.h"
-RCSID("$Id: psd.c,v 1.1 1999/04/15 02:40:09 per Exp $");
+RCSID("$Id: psd.c,v 1.2 1999/04/15 12:46:11 mirar Exp $");
 
 #include "config.h"
 
@@ -517,8 +517,8 @@ void init_image_psd()
                 "function(string:mapping)", 0);
   add_function( "___decode_image_channel", f_decode_image_channel, 
                 "mixed", 0);
-  add_function( "___decode_image_data", f_decode_image_data, 
-                "mixed", 0);
+/*   add_function( "___decode_image_data", f_decode_image_data,  */
+/*                 "mixed", 0); */
 
   add_integer_constant("Bitmap" , Bitmap, 0 );
   add_integer_constant("Greyscale" , Greyscale, 0 );
-- 
GitLab