aboutsummaryrefslogtreecommitdiff
path: root/src/moves.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/moves.hpp')
-rw-r--r--src/moves.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/moves.hpp b/src/moves.hpp
index e48d7f8..3764be4 100644
--- a/src/moves.hpp
+++ b/src/moves.hpp
@@ -12,8 +12,6 @@ void GenerateSlidingMoves(Game *g, int from,
std::vector<Move> &moves, bool GenerateQuietMoves);
void GenerateKingMoves(Game *g, int from, std::vector<Move> &moves,
bool GenerateQuietMoves);
-void GenerateKnightMoves(Game *b, int from, std::vector<Move> &moves,
- bool GenerateQuietMoves);
void GeneratePawnMoves(Game *b, int from, std::vector<Move> &moves,
bool GenerateQuietMoves);
void GenerateCastlingMoves(int from, Game *g, std::vector<Move> &moves);