X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=b526bfe7e6e39c039f0b95d93f365b651057492c;hp=3fabf64c8156ddac239390d58fcb79bb10f81eb8;hb=c6630abe0d6f229af7d6ae788643a0e8fa1737f7;hpb=5f142ec2098531bac1780f67579dedbd12d18dcc diff --git a/src/position.h b/src/position.h index 3fabf64c..b526bfe7 100644 --- a/src/position.h +++ b/src/position.h @@ -220,9 +220,7 @@ public: // Properties of moves bool pl_move_is_legal(Move m) const; - bool pl_move_is_legal(Move m, Bitboard pinned) const; bool move_is_check(Move m) const; - bool move_is_check(Move m, Bitboard dcCandidates) const; bool move_is_capture(Move m) const; bool move_is_deep_pawn_push(Move m) const; bool move_is_pawn_push_to_7th(Move m) const;