From a9b35e6086ff71e351b3861aa897777e278a4059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 31 Mar 2015 16:13:05 -0300 Subject: remove move_is_valid, will place it somewhere else --- lib/move.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/move.c') diff --git a/lib/move.c b/lib/move.c index 74a8eae..fa51126 100644 --- a/lib/move.c +++ b/lib/move.c @@ -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; -} - -- cgit v1.2.3