aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/eco.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/eco.c')
-rw-r--r--FICS/eco.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/FICS/eco.c b/FICS/eco.c
index 53d8c61..ea2e131 100644
--- a/FICS/eco.c
+++ b/FICS/eco.c
@@ -11,14 +11,6 @@
#include "playerdb.h"
#include "utils.h"
-#define SPACE_CHK()\
- do {\
- if (space > 0) {\
- FENstring[FENcount++] = (space + '0');\
- space = 0;\
- }\
- } while (0)
-
PUBLIC char *book_dir = DEFAULT_BOOK;
ECO_entry *ECO_book[1096];