X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FGrand.js;h=c4e2eb1ddc5e480839bda9d1db2532bfbd9a2e36;hb=910d631b73cad5ffef1b4461157b704e7e7057d8;hp=d28f639f0784c19051aa3249e9d18937d94fae2d;hpb=6808d7a16ec1e761c6a2dffec2281c96953e4d89;p=vchess.git diff --git a/client/src/variants/Grand.js b/client/src/variants/Grand.js index d28f639f..c4e2eb1d 100644 --- a/client/src/variants/Grand.js +++ b/client/src/variants/Grand.js @@ -316,7 +316,6 @@ export const VariantRules = class GrandRules extends ChessRules { return 2; } - // TODO: this function could be generalized and shared better (how ?!...) static GenRandInitFen() { let pieces = { w: new Array(10), b: new Array(10) }; // Shuffle pieces on first and last rank