X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxoptions.c;fp=xaw%2Fxoptions.c;h=adfedf90cdb14fd9070eb6cb75374adb762e63a8;hb=1b9287462998b04429b3fadae59933f41f258439;hp=e855beb04c529ccae9c5f093076b70eae87dfa91;hpb=62e5284278f8b168b7eabed3fbf28d39455d7d8c;p=xboard.git 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++;