From cf296662ce4982a3b46f05026e874ad7e6aa9fd1 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 13 Apr 2012 17:13:49 +0000 Subject: Remove garbage code. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5636 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/mail.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pttbbs/mbbsd/mail.c b/pttbbs/mbbsd/mail.c index 15d16a8e..ae3fb56d 100644 --- a/pttbbs/mbbsd/mail.c +++ b/pttbbs/mbbsd/mail.c @@ -1052,18 +1052,9 @@ multi_send(const char *title) vmsg(msg_cancel); return; } - listing = 80; for (i = 0; i < Vector_length(&namelist); i++) { p = Vector_get(&namelist, i); - recipient = strlen(p) + 1; - if (listing + recipient > 75) { - listing = recipient; - outc('\n'); - } else { - listing += recipient; - outc(' '); - } searchuser(p, buf); sethomepath(genbuf, buf); stampfile(genbuf, &mymail); -- cgit v1.2.3