diff -r 4dcfb4c58b6d -r d726e4b46c33 src/chess/king.h --- a/src/chess/king.h Thu Apr 17 12:16:14 2014 +0200 +++ b/src/chess/king.h Wed May 28 15:47:57 2014 +0200 @@ -39,7 +39,6 @@ _Bool king_chkrules(GameState *gamestate, Move *move); _Bool king_isblocked(GameState *gamestate, Move *move); -int king_getlocation(GameState *gamestate, Move *move); #ifdef __cplusplus }