Some fixes
[vchess.git] / client / src / variants / Extinction.js
index 59620f9..8c97068 100644 (file)
@@ -24,8 +24,6 @@ export class ExtinctionRules extends ChessRules {
     return true;
   }
 
-  scanKings() {}
-
   setOtherVariables(fen) {
     super.setOtherVariables(fen);
     const pos = V.ParseFen(fen).position;