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

@ -415,12 +415,6 @@ public class Board {
System.out.println("No moves to undo."); System.out.println("No moves to undo.");
} }
} }
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