diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-05 21:42:01 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-05 21:42:01 +0800 |
commit | b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce (patch) | |
tree | 232184321d4d2a47bb8d2df8a3d91bfbe5aa887a /mbbsd | |
parent | 6ca800ae0a303124ffd12ca4a712b6cdb01e69e7 (diff) | |
download | pttbbs-b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce.tar pttbbs-b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce.tar.gz pttbbs-b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce.tar.bz2 pttbbs-b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce.tar.lz pttbbs-b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce.tar.xz pttbbs-b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce.tar.zst pttbbs-b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce.zip |
Clean up unused code and commented code.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2467 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/mbbsd.c | 3 | ||||
-rw-r--r-- | mbbsd/talk.c | 10 |
2 files changed, 0 insertions, 13 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 20ac1d99..2a6d71e1 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -256,9 +256,6 @@ show_call_in(int save, int which) #endif snprintf(buf, sizeof(buf), "\033[1;33;46m★%s\033[37;45m %s \033[m", currutmp->msgs[which].userid, currutmp->msgs[which].last_call_in); - move(b_lines, 0); - clrtoeol(); - refresh(); outmsg(buf); if (save) { diff --git a/mbbsd/talk.c b/mbbsd/talk.c index a2cb2733..f60db2d4 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -2053,16 +2053,6 @@ void set_withme_flag(void) int call_in(userinfo_t * uentp, int fri_stat) { -#if 0 /* Now, the anonymous one is the angel. */ -#ifdef PLAY_ANGLE - static int CallInAngelWarning = 1; - if( CallInAngelWarning && ! strcasecmp(uentp->userid, cuser.myangel) ){ - outmsg("直接丟水球給小天使是會被知道 ID 的喔!"); - CallInAngelWarning = 0; - } -#endif -#endif - if (iswritable_stat(uentp, fri_stat)) { char genbuf[60]; snprintf(genbuf, sizeof(genbuf), "Call-In %s :", uentp->userid); |