From: H.G.Muller <hgm@hgm-xboard.(none)>
Date: Wed, 10 Sep 2014 19:20:40 +0000 (+0200)
Subject: Fix warning in dead code Show
X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=1b9287462998b04429b3fadae59933f41f258439;p=xboard.git

Fix warning in dead code Show
---

diff --git a/xaw/xoptions.c b/xaw/xoptions.c
index e855beb..adfedf9 100644
--- a/xaw/xoptions.c
+++ b/xaw/xoptions.c
@@ -285,7 +285,7 @@ Show (Option *opt, int hide)
     Dimension v;
     int j=0;
 return; // FIXME: it would be nice if the Chat window did have an ICS pane we could hide behind
-printf("Show(%d) %x\n", hide, opt->handle);
+//printf("Show(%d) %x\n", hide, opt->handle);
     if(!opt->handle) return;
     if(hide) { // make sure original size is saved
       XtSetArg(args[j], XtNheight, &v); j++;