diff -r 4dcfb4c58b6d -r d726e4b46c33 src/chess/knight.h --- a/src/chess/knight.h Thu Apr 17 12:16:14 2014 +0200 +++ b/src/chess/knight.h Wed May 28 15:47:57 2014 +0200 @@ -38,7 +38,6 @@ _Bool knight_chkrules(Move *move); #define knight_isblocked(gs,m) 0 -int knight_getlocation(GameState *gamestate, Move *move); #ifdef __cplusplus }