mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-10 16:12:41 +01:00
Remove unneeded code from buildSrc
This commit is contained in:
@@ -45,19 +45,4 @@ public class PgnToken {
|
||||
this.type = type;
|
||||
this.token = token;
|
||||
}
|
||||
|
||||
/** PGN parser visitor interface. */
|
||||
public interface PgnTokenReceiver {
|
||||
/** If this method returns false, the object needs a full re-initialization, using clear() and processToken(). */
|
||||
boolean isUpToDate();
|
||||
|
||||
/** Clear object state. */
|
||||
void clear();
|
||||
|
||||
/** Update object state with one token from a PGN game. */
|
||||
void processToken(GameTree.Node node, int type, String token);
|
||||
|
||||
/** Change current move number. */
|
||||
void setCurrent(GameTree.Node node);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user