diff --git a/src/modules/Image/encodings/xwd.c b/src/modules/Image/encodings/xwd.c index 32a52439b3a26bcbcd6261285798a682fd3abccc..e6307c302eda66ba9c3169734ab04b72df33505d 100644 --- a/src/modules/Image/encodings/xwd.c +++ b/src/modules/Image/encodings/xwd.c @@ -1,9 +1,9 @@ -/* $Id: xwd.c,v 1.6 1998/05/09 14:18:13 mirar Exp $ */ +/* $Id: xwd.c,v 1.7 1998/05/12 11:43:40 mirar Exp $ */ /* **! module Image **! note -**! $Id: xwd.c,v 1.6 1998/05/09 14:18:13 mirar Exp $ +**! $Id: xwd.c,v 1.7 1998/05/12 11:43:40 mirar Exp $ **! submodule XWD **! **! This submodule keeps the XWD (X Windows Dump) @@ -25,7 +25,7 @@ #include <ctype.h> #include "stralloc.h" -RCSID("$Id: xwd.c,v 1.6 1998/05/09 14:18:13 mirar Exp $"); +RCSID("$Id: xwd.c,v 1.7 1998/05/12 11:43:40 mirar Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" @@ -296,8 +296,6 @@ static void image_xwd__decode(INT32 args) s->str+(header.header_size+header.ncolors*12), s->len-(header.header_size+header.ncolors*12))); - fprintf(stderr,"f %d %d\n",header.visual_class,header.pixmap_format); - switch (header.visual_class*100+header.pixmap_format) { /*