summaryrefslogtreecommitdiffstats
path: root/GameField.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'GameField.hpp')
-rw-r--r--GameField.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/GameField.hpp b/GameField.hpp
index 00a2764..f39c5b7 100644
--- a/GameField.hpp
+++ b/GameField.hpp
@@ -26,7 +26,6 @@ public:
int GetState() { return state; }
int GetRows() { return rows; }
int GetCols() { return cols; }
- int GetWhoMove() { return who_move; }
bool CanMove(int y, int x);
void Move(int y, int x);