diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-26 17:49:37 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-26 17:49:37 +0800 |
commit | 4401be8ea0ef048e3e9b0b1ba146b9d1f030009d (patch) | |
tree | 133edd2041c7a7b61847c2b1f1ca3fe2b185e789 /mbbsd/board.c | |
parent | 1c0cee86595aa68eb9ba4eae1b4a5ea45ed25732 (diff) | |
download | pttbbs-4401be8ea0ef048e3e9b0b1ba146b9d1f030009d.tar pttbbs-4401be8ea0ef048e3e9b0b1ba146b9d1f030009d.tar.gz pttbbs-4401be8ea0ef048e3e9b0b1ba146b9d1f030009d.tar.bz2 pttbbs-4401be8ea0ef048e3e9b0b1ba146b9d1f030009d.tar.lz pttbbs-4401be8ea0ef048e3e9b0b1ba146b9d1f030009d.tar.xz pttbbs-4401be8ea0ef048e3e9b0b1ba146b9d1f030009d.tar.zst pttbbs-4401be8ea0ef048e3e9b0b1ba146b9d1f030009d.zip |
remove bbcall.c
should add SMS now ont bbcall
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@360 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 5578064d..d85a45ae 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1,4 +1,4 @@ -/* $Id: board.c,v 1.38 2002/06/26 01:55:30 in2 Exp $ */ +/* $Id: board.c,v 1.39 2002/06/26 09:49:37 ptt Exp $ */ #include "bbs.h" #define BRC_STRLEN 15 /* Length of board name */ #define BRC_MAXSIZE 24576 @@ -649,10 +649,6 @@ static void dozap(int num){ zapbuf[ptr->bid-1] = (ptr->myattr&BRD_ZAP?0:login_start_time); } -void setutmpbid(int bid) -{ - currutmp->brc_id=bid; -} static void choose_board(int newflag) { static int num = 0; |