aboutsummaryrefslogtreecommitdiff
path: root/src/board/board.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/board/board.hpp')
-rw-r--r--src/board/board.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/board/board.hpp b/src/board/board.hpp
index 50d38ed..d93f6ae 100644
--- a/src/board/board.hpp
+++ b/src/board/board.hpp
@@ -106,5 +106,4 @@ void UnMakeMove(UndoMove undo, Game *g);
Position FindKing(Game *g, bool white);
void UpdateHelpers(Game *g);
-void SetPiece(int i, PieceType type, bool color, Game *g);
#endif /* SRC_BOARD_H_ */