projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2f86939
)
Remove debug print
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 5 Oct 2012 16:30:35 +0000 (18:30 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 09:28:14 +0000 (11:28 +0200)
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
8ffd5ce
..
4f53763
100644
(file)
--- a/
xboard.c
+++ b/
xboard.c
@@
-1055,7
+1055,6
@@
InitDrawingSizes (BoardSize boardSize, int flags)
}
for(i=0; i<2; i++) {
int p;
-printf("Copy pieces\n");
for(p=0; p<=(int)WhiteKing; p++)
pngPieceBitmaps[i][p] = pngPieceBitmaps2[i][p]; // defaults
}