aboutsummaryrefslogtreecommitdiff
path: root/src/board/board.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/board/board.cpp')
-rw-r--r--src/board/board.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/board/board.cpp b/src/board/board.cpp
index 676a7de..c02aac5 100644
--- a/src/board/board.cpp
+++ b/src/board/board.cpp
@@ -324,6 +324,3 @@ void UpdateHelpers(Game *g) {
}
g->PieceBitboard = g->WhitePieceBitboard | g->BlackPieceBitboard;
}
-void SetPiece(int i, PieceType type, bool color, Game *g) {
- g->pieces[i] = {.color = color, .type = type};
-}