X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=draw.c;h=99203b917b57eb08f2e9ea9fb2b0524a044ec464;hb=ed46e7344f667397536ed0d682daf1df972da735;hp=9e966d93ef3f1f3ce1bb59089b7665f65d4d569f;hpb=196be90e70006bea6ed296b6eb207034111d93cd;p=xboard.git diff --git a/draw.c b/draw.c index 9e966d9..99203b9 100644 --- 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;