Let color of inscription depend on piece ID
[xboard.git] / moves.h
diff --git a/moves.h b/moves.h
index 3c35232..aeb6307 100644 (file)
--- a/moves.h
+++ b/moves.h
@@ -55,7 +55,6 @@
 
 extern ChessSquare PromoPiece P((ChessMove moveType));
 extern ChessMove PromoCharToMoveType P((int whiteOnMove, int promoChar));
-extern char PieceToChar P((ChessSquare p));
 extern char PieceSuffix P((ChessSquare p));
 extern ChessSquare CharToPiece P((int c));
 extern int PieceToNumber P((ChessSquare p));