diff --git a/src/modules/Image/encodings/psd.c b/src/modules/Image/encodings/psd.c
index 83a1b9a3dcefa01a8dbc493af6964bc7c517be52..3d472d0d74a6fa6ac0b8a8e8ff4d5b7a0bf46fb0 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 );