X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gtk%2Fxboard.c;h=801726282dc4d2f0de49e27274f52ba0f6668778;hb=f1af1dfc236cea66f9a27d2a2e4b40dbecbfad71;hp=4c66bdc6dc4295542bb2362992b49b7699e68abf;hpb=d7da483558a35479d3148791cc54ac04b1089933;p=xboard.git diff --git a/gtk/xboard.c b/gtk/xboard.c index 4c66bdc..8017262 100644 --- a/gtk/xboard.c +++ b/gtk/xboard.c @@ -752,7 +752,7 @@ int main (int argc, char **argv) { int i, clockFontPxlSize, coordFontPxlSize, fontPxlSize; - int boardWidth, boardHeight, w, h; + int boardWidth, w, h; //, boardHeight; char *p; int forceMono = False; @@ -967,7 +967,7 @@ main (int argc, char **argv) /* [HR] height treated separately (hacked) */ boardWidth = lineGap + BOARD_WIDTH * (squareSize + lineGap); - boardHeight = lineGap + BOARD_HEIGHT * (squareSize + lineGap); +// boardHeight = lineGap + BOARD_HEIGHT * (squareSize + lineGap); /* * Determine what fonts to use.