Fix warning in dead code Show
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 10 Sep 2014 19:20:40 +0000 (21:20 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 10 Sep 2014 19:20:40 +0000 (21:20 +0200)
xaw/xoptions.c

index e855beb..adfedf9 100644 (file)
@@ -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++;