Small fixes
[vchess.git] / client / src / variants / Screen.js
index 0a8a75e..41334da 100644 (file)
@@ -12,10 +12,6 @@ export class ScreenRules extends ChessRules {
     return false;
   }
 
-  get showFirstTurn() {
-    return true;
-  }
-
   get canAnalyze() {
     return this.movesCount >= 2;
   }