summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-23 23:15:31 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-23 23:15:31 +0800
commit77e5b86c115a3708c7776759154668aa7505dc44 (patch)
tree51c9780b25d96931aa800741ed248429585be57d /mbbsd
parent703195dcf5b37d29f734ebd7e858f14445324f8a (diff)
downloadpttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar
pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.gz
pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.bz2
pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.lz
pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.xz
pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.zst
pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.zip
- clean unused code
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3732 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/menu.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 69add9c1..a16f88ae 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -388,12 +388,6 @@ static const commands_t adminlist[] = {
{give_money, PERM_SYSOP|PERM_VIEWSYSOP,
"GGivemoney 紅包雞"},
{m_loginmsg, PERM_SYSOP, "MMessage Login 進站水球"},
-#ifdef HAVE_MAILCLEAN
- {m_mclean, PERM_SYSOP, "MMail Clean 清理使用者個人信箱"},
-#endif
-#ifdef HAVE_REPORT
- {m_trace, PERM_SYSOP, "TTrace 設定是否記錄除錯資訊"},
-#endif
{NULL, 0, NULL}
};
@@ -447,9 +441,6 @@ static const commands_t namelist[] = {
{t_reject, PERM_LOGINOK, "BBlack 壞人名單"},
{t_aloha,PERM_LOGINOK, "AALOHA 上站通知名單"},
{t_fix_aloha,PERM_LOGINOK,"XXFixALOHA 修正上站通知"},
-#ifdef POSTNOTIFY
- {t_post,PERM_LOGINOK, "NNewPost 新文章通知名單"},
-#endif
{t_special,PERM_LOGINOK, "SSpecial 其他特別名單"},
{NULL, 0, NULL}
};
@@ -468,9 +459,6 @@ static const commands_t userlist[] = {
{calendar, PERM_LOGINOK, "CCalendar 個人行事曆"},
{u_editcalendar, PERM_LOGINOK, "CDEditCalendar 編輯個人行事曆"},
{u_loginview, PERM_LOGINOK, "LLogin View 選擇進站畫面"},
-#ifdef HAVE_SUICIDE
- {u_kill, PERM_BASIC, "IKill 自殺!!"},
-#endif
{u_editplan, PERM_LOGINOK, "QQueryEdit 編輯名片檔"},
{u_editsig, PERM_LOGINOK, "SSignature 編輯簽名檔"},
#if HAVE_FREECLOAK