From b5158ac3a4014ecd88d4d9f78ecbcf6ec3f6b6ce Mon Sep 17 00:00:00 2001
From: scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Sat, 5 Feb 2005 13:42:01 +0000
Subject: Clean up unused code and commented code.

git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2467 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 mbbsd/mbbsd.c |  3 ---
 mbbsd/talk.c  | 10 ----------
 2 files changed, 13 deletions(-)

(limited to 'mbbsd')

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("��������y���p�ѨϬO�|�Q���D ID ����I");
-	CallInAngelWarning = 0;
-    }
-#endif
-#endif
- 
     if (iswritable_stat(uentp, fri_stat)) {
 	char            genbuf[60];
 	snprintf(genbuf, sizeof(genbuf), "Call-In %s �G", uentp->userid);
-- 
cgit v1.2.3