From 19d414e697b8c1be2245c7ce1fa18a3ca38b9459 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 6 Oct 2009 05:59:22 +0000 Subject: * change digest to simply another select read (SR) mode. git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.sr_digest@4906 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/initbbs.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'util') diff --git a/util/initbbs.c b/util/initbbs.c index 8d25b113..e992e8e9 100644 --- a/util/initbbs.c +++ b/util/initbbs.c @@ -190,15 +190,6 @@ static void initBoards() { b.gid = 5; newboard(fp, &b); -#ifdef BN_DIGEST - strcpy(b.brdname, BN_DIGEST); - strcpy(b.title, "文摘 ◎" BBSNAME "文摘 好文的收集地"); - b.brdattr = BRD_NOTRAN | BRD_POSTMASK; - b.level = PERM_SYSOP; - b.gid = 5; - newboard(fp, &b); -#endif - #ifdef BN_FIVECHESS_LOG strcpy(b.brdname, BN_FIVECHESS_LOG); strcpy(b.title, "棋藝 ◎" BBSNAME "五子棋譜 站上對局全紀錄"); -- cgit v1.2.3