aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/algcheck.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-01-06 11:17:29 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-01-06 11:17:29 +0100
commit17c1cd3ed4b48d76c81c0029ca19e60f951b4a1c (patch)
tree95a7c359e22e20245e37a0d2d182764361104781 /FICS/algcheck.c
parentae6566e57b24dc45ffef0b09346d0586fabd48c2 (diff)
Moved define
Diffstat (limited to 'FICS/algcheck.c')
-rw-r--r--FICS/algcheck.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c
index 0626797..166051b 100644
--- a/FICS/algcheck.c
+++ b/FICS/algcheck.c
@@ -75,9 +75,6 @@ char *alg_list[] = {
NULL
};
-#define ALG_UNKNOWN -1
-/* #define ALG_DROP -2 IanO: this is in board.h, used in movecheck.c */
-
PRIVATE int
get_move_info(char *str, int *piece, int *ff, int *fr, int *tf, int *tr,
int *bishconfusion)