X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fjaws.c;h=8aad901a977a76d31d2a67a671b36c041d7c8e40;hb=18c97517acda747ffe9d9177c61c9bf5b1195bb6;hp=9d8ec9c9269541312662bacb0f314f6f315e23b1;hpb=98aa02bda540f17f1f50be00e494efafe439b004;p=xboard.git diff --git a/winboard/jaws.c b/winboard/jaws.c index 9d8ec9c..8aad901 100644 --- a/winboard/jaws.c +++ b/winboard/jaws.c @@ -83,16 +83,6 @@ extern long whiteTimeRemaining, blackTimeRemaining, timeControl, timeIncrement; -#if 0 -// from moves.h, but no longer needed, as the new routines are all moved to winboard.c - -extern char* PieceToName P((ChessSquare p, int i)); -extern char* SquareToChar P((int Xpos)); -extern char* SquareToNum P((int Ypos)); -extern int CoordToNum P((char c)); - -#endif - // from moves.c, added WinBoard_F piece types and ranks / files char *squareToChar[] = { "ay", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l" };