summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-29 22:31:57 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-29 22:31:57 +0800
commit6b2f2f3e275322f0cfeccf57d35350edae0de6a0 (patch)
treeb430757aeebfdbf35b532349ca46ca7bbd144685 /mbbsd/menu.c
parent3a5906defc274d40f0e58eec77048cdeb8ad64fa (diff)
downloadpttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar
pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.gz
pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.bz2
pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.lz
pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.xz
pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.zst
pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.zip
* (pwcu branch) remove the 'goodpost' ~ I love this commit.
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4791 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index bd598cea..fdba2381 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -585,7 +585,6 @@ u_myfiles()
}
-int u_fixgoodpost(void); // assess.c
void Customize(); // user.c
static int
@@ -611,7 +610,6 @@ static const commands_t userlist[] = {
{u_register, MENU_UNREGONLY, "RRegister 填寫《註冊申請單》"},
#ifdef ASSESS
{u_cancelbadpost,PERM_LOGINOK, "BBye BadPost 申請刪除劣文"},
- {u_fixgoodpost, PERM_LOGINOK, "FFix GoodPost 修復優文"},
#endif // ASSESS
{NULL, 0, NULL}
};