aboutsummaryrefslogtreecommitdiffstats
path: root/include/chess_board.hpp
diff options
context:
space:
mode:
authorymherklotz <ymherklotz@gmail.com>2017-01-23 15:18:05 +0000
committerymherklotz <ymherklotz@gmail.com>2017-01-23 15:18:05 +0000
commit7ec074f67ae29a792e718fc48f7817b3a77b81ad (patch)
tree73afe11e47426139f378f5140a045571d39efcd8 /include/chess_board.hpp
parent43910de3a8899b332e697ba210436be70e6a6f7c (diff)
downloadChessAI-7ec074f67ae29a792e718fc48f7817b3a77b81ad.tar.gz
ChessAI-7ec074f67ae29a792e718fc48f7817b3a77b81ad.zip
Created a seperate filemakeoverfinish_parser
Diffstat (limited to 'include/chess_board.hpp')
-rw-r--r--include/chess_board.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/chess_board.hpp b/include/chess_board.hpp
index e5e4d7b..fdaf46e 100644
--- a/include/chess_board.hpp
+++ b/include/chess_board.hpp
@@ -34,8 +34,6 @@ public:
bool printBoard();
protected:
private:
- static const std::size_t BOARD_SIZE = 64;
-
boardVector board;
};
}