remove something ?
This commit is contained in:
parent
39a9f11686
commit
5560bfb78c
|
|
@ -416,12 +416,6 @@ public class Board {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public Board(Board board) {
|
||||
//TODO
|
||||
|
||||
}
|
||||
|
||||
public void playMove(Move move) {
|
||||
// Save current state before move for undo
|
||||
undoStack.push(toFileRep());
|
||||
|
|
|
|||
Loading…
Reference in New Issue