summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-30 16:25:07 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-30 16:25:07 +0800
commit37019e5c460e64a6dec35863d53603fbe9825ce1 (patch)
tree720a97a54076991509a13484b344f7d176973c66 /mbbsd/announce.c
parent7b2cc2e83030882b319bbf87932c7727c174adc7 (diff)
downloadpttbbs-37019e5c460e64a6dec35863d53603fbe9825ce1.tar
pttbbs-37019e5c460e64a6dec35863d53603fbe9825ce1.tar.gz
pttbbs-37019e5c460e64a6dec35863d53603fbe9825ce1.tar.bz2
pttbbs-37019e5c460e64a6dec35863d53603fbe9825ce1.tar.lz
pttbbs-37019e5c460e64a6dec35863d53603fbe9825ce1.tar.xz
pttbbs-37019e5c460e64a6dec35863d53603fbe9825ce1.tar.zst
pttbbs-37019e5c460e64a6dec35863d53603fbe9825ce1.zip
* (pwcu branch) code refine, remove unused code, and finetune alerts
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4796 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 8663d392..0ec3f6ce 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -119,10 +119,6 @@ int copyqueue_toggle(CopyQueue *pcq)
int i = copyqueue_locate(pcq);
if(i >= 0)
{
-#if 0
- if (vans("已標記過此檔,要取消標記嗎 [y/N]: ") != 'y')
- return 1;
-#endif
/* remove it */
used_copyqueue --;
if(head_copyqueue > used_copyqueue)
@@ -172,14 +168,8 @@ a_copyitem(const char *fpath, const char *title, const char *owner, int mode)
//copyqueue_append(&cq);
copyqueue_toggle(&cq);
if (mode && flFirstAlert) {
-#if 0
- move(b_lines-2, 0); clrtoeol();
- prints("目前已標記 %d 個檔案。[注意] 拷貝後才能刪除原文!",
- copyqueue_querysize());
-#else
vmsg("[注意] 提醒您複製/標記後要貼上(p)或附加(a)後才能刪除原文!");
flFirstAlert = 0;
-#endif
}
}