X-Git-Url: https://git.auder.net/assets/icon_infos.svg?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FCapture.js;h=413356dd1df7cb51b0f076e8b568d83c6e70e7dc;hb=c7550017d88ff6eb32e2c76a271a7f9edc4a3bf6;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; - } };