summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 189c7102..7235b532 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -13,7 +13,6 @@
#define NBRD_SYMBOLIC 64
#define TITLE_MATCH(bptr, key) ((key)[0] && !strcasestr((bptr)->title, (key)))
-#define MONTH_SECONDS (86400*30)
#define B_TOTAL(bptr) (SHM->total[(bptr)->bid - 1])
#define B_LASTPOSTTIME(bptr) (SHM->lastposttime[(bptr)->bid - 1])