aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nl/camilstaps/botleagues/GameController.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nl/camilstaps/botleagues/GameController.java b/src/nl/camilstaps/botleagues/GameController.java
index caf8de3..5542321 100644
--- a/src/nl/camilstaps/botleagues/GameController.java
+++ b/src/nl/camilstaps/botleagues/GameController.java
@@ -6,8 +6,6 @@ import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
-import nl.camilstaps.botleagues.roundbasedgame.Turn;
-
/**
* The idea is to let this be a generic class that can be used for any game. It
* should take care of functions like:
@@ -102,7 +100,5 @@ public abstract class GameController {
rank();
return contestants.get(contestants.size() - 1);
}
-
- protected abstract Turn getTurn();
}