X-Git-Url: https://git.auder.net/images/pieces/Cwda/bt.svg?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FCapture.js;h=413356dd1df7cb51b0f076e8b568d83c6e70e7dc;hb=2c5d7b20742b802d9c47916915c1114bcfc9a9c3;hp=d7cc57e5f0576b107ef6a1544012fdafc760cbe1;hpb=a34caaced0796c9118a12c609463582d656e9daf;p=vchess.git diff --git a/client/src/variants/Capture.js b/client/src/variants/Capture.js index d7cc57e5..413356dd 100644 --- a/client/src/variants/Capture.js +++ b/client/src/variants/Capture.js @@ -40,8 +40,4 @@ export class CaptureRules extends ChessRules { return V.KeepCaptures(moves); return moves; } - - static get SEARCH_DEPTH() { - return 4; - } };