Fix variant-dependent pieces
[xboard.git] / draw.c
diff --git a/draw.c b/draw.c
index 9e966d9..99203b9 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -166,7 +166,6 @@ void
 InitDrawingSizes (BoardSize boardSize, int flags)
 {   // [HGM] resize is functional now, but for board format changes only (nr of ranks, files)
     int boardWidth, boardHeight;
-    int i;
     static int oldWidth, oldHeight;
     static VariantClass oldVariant;
     static int oldMono = -1, oldTwoBoards = 0;