summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 96a66624..8b1778f8 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -161,14 +161,6 @@ set_board(void)
vmsg("進入未經授權看板");
board_note_time = &bp->bupdate;
- /* board_visit_time was broken before.
- * It seems like that the behavior should be
- * "Show board notes once per login"
- * but the real bahavior was
- * "Show board everytime I enter board".
- * So, let's disable board_visit_time now.
- */
- // board_visit_time = getbrdtime(ptr->bid);
if(bp->BM[0] <= ' ')
strcpy(currBM, "徵求中");