From 1b9287462998b04429b3fadae59933f41f258439 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Wed, 10 Sep 2014 21:20:40 +0200 Subject: [PATCH] Fix warning in dead code Show --- xaw/xoptions.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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++; -- 1.7.0.4