summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 038cf992..a08bc4f7 100644
--- a/include/config.h
+++ b/include/config.h
@@ -214,9 +214,8 @@
#define ALLPOST "ALLPOST"
#define MAXTAGS 256
-#define BRC_STRLEN 15 /* Length of board name */
+#define BRC_STRLEN 15 /* Length of board name */
#define BRC_MAXSIZE 24576
-#define BRC_ITEMSIZE (BRC_STRLEN + 1 + BRC_MAXNUM * sizeof( int ))
#define BRC_MAXNUM 80
#define WRAPMARGIN (511)