remove something ?

This commit is contained in:
Jérôme BEDIER 2025-05-21 20:23:54 +02:00
parent 39a9f11686
commit 5560bfb78c
1 changed files with 0 additions and 6 deletions

View File

@ -416,12 +416,6 @@ public class Board {
} }
} }
public Board(Board board) {
//TODO
}
public void playMove(Move move) { public void playMove(Move move) {
// Save current state before move for undo // Save current state before move for undo
undoStack.push(toFileRep()); undoStack.push(toFileRep());