mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-17 03:02:17 +01:00
Removed useless comments.
This commit is contained in:
@@ -21,7 +21,6 @@ package chess;
|
||||
/**
|
||||
* Contains enough information to undo a previous move.
|
||||
* Set by makeMove(). Used by unMakeMove().
|
||||
* @author petero
|
||||
*/
|
||||
public class UndoInfo {
|
||||
int capturedPiece;
|
||||
|
||||
Reference in New Issue
Block a user