diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/move.c | 8 | 
1 files changed, 0 insertions, 8 deletions
@@ -20,11 +20,3 @@ Coord move_get_orig(Move m) {  Coord move_get_dest(Move m) {      return m.dest;  } - -/* - * Returns 1 if Move is a valid chess movement. - */ -int move_is_valid(Move m) { -    return 1; -}  -  | 
