projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
62e5284
)
Fix warning in dead code Show
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Wed, 10 Sep 2014 19:20:40 +0000 (21:20 +0200)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Wed, 10 Sep 2014 19:20:40 +0000 (21:20 +0200)
xaw/xoptions.c
patch
|
blob
|
history
diff --git
a/xaw/xoptions.c
b/xaw/xoptions.c
index
e855beb
..
adfedf9
100644
(file)
--- 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++;