X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftypes.h;h=3415a6208abde95b2a5ac7009c856a5c962ed646;hb=1093047e7d72ed0c82e143c2cc0af9ef7b0380ed;hp=009a933afcce059e17b55dcca5da86959e65821e;hpb=82697f1193cc8c99c99c282361a3ada25c758243;p=stockfish diff --git a/src/types.h b/src/types.h index 009a933a..3415a620 100644 --- a/src/types.h +++ b/src/types.h @@ -195,7 +195,6 @@ enum Value : int { enum PieceType { NO_PIECE_TYPE, PAWN, KNIGHT, BISHOP, ROOK, QUEEN, KING, ALL_PIECES = 0, - QUEEN_DIAGONAL = 7, PIECE_TYPE_NB = 8 };