X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftypes.h;h=3415a6208abde95b2a5ac7009c856a5c962ed646;hb=350dff446481b9e274e54dc727141f0dbfec0b23;hp=009a933afcce059e17b55dcca5da86959e65821e;hpb=9afa1d73306cb98e95acec5daf4efd65e592ceff;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 };