From 3307f39457939daffb2aded88aec04819d118133 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Tue, 12 May 1998 13:43:40 +0200 Subject: [PATCH] ups, forgot to erase an fprintf... Rev: src/modules/Image/encodings/xwd.c:1.7 --- src/modules/Image/encodings/xwd.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/modules/Image/encodings/xwd.c b/src/modules/Image/encodings/xwd.c index 32a52439b3..e6307c302e 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) { /* -- GitLab