projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
59b7ace
)
Remove debug printf
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Sat, 6 Feb 2016 09:25:27 +0000 (10:25 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Sat, 6 Feb 2016 09:25:27 +0000 (10:25 +0100)
gtk/xboard.c
patch
|
blob
|
history
diff --git
a/gtk/xboard.c
b/gtk/xboard.c
index
573db11
..
072b33d
100644
(file)
--- a/
gtk/xboard.c
+++ b/
gtk/xboard.c
@@
-1074,7
+1074,6
@@
main (int argc, char **argv)
if(BOARD_WIDTH != 8) {
squareSize = (squareSize*8 + BOARD_WIDTH/2)/BOARD_WIDTH; // keep width the same
lineGap = (squareSize < 37 ? 1 : squareSize < 59 ? 2 : squareSize < 116 ? 3 : 4);
-printf("squareSize=%d lineGap=%d\n",squareSize,lineGap);
}
defaultLineGap = lineGap;