summaryrefslogtreecommitdiffstats
path: root/mbbsd/xyz.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-11 11:57:41 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-11 11:57:41 +0800
commit3e4ba33de1435641e65f4a2fd8f4f02c3949c3da (patch)
tree2fcc6bfc66c650249a4ac2ae761d7559c53c5288 /mbbsd/xyz.c
parent13d54dabfd3c03ff833c8333633cbcb31e0b1eb4 (diff)
downloadpttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar
pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.gz
pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.bz2
pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.lz
pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.xz
pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.zst
pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.zip
- removed indict, because there's no any reason to keep those out-dated data.
- removed MRT map because it is not a real 'search' tool. - removed 'search' in P menu because there is no useful stuff in it. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3990 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r--mbbsd/xyz.c41
1 files changed, 0 insertions, 41 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c
index 6de0f0a5..fd7d5f4e 100644
--- a/mbbsd/xyz.c
+++ b/mbbsd/xyz.c
@@ -1,47 +1,6 @@
/* $Id$ */
#include "bbs.h"
-#if 0
-/* 各種統計及相關資訊列表 */
-/* Ptt90年度大學聯招查榜系統 */
-int
-x_90(void)
-{
- use_dict("(90)准考證號/姓名/學校/科系/類組", "etc/90");
- return 0;
-}
-
-/* Ptt89年度大學聯招查榜系統 */
-int
-x_89(void)
-{
- use_dict("(89)准考證號/姓名/學校/科系/類組", "etc/89");
- return 0;
-}
-/* Ptt88年度大學聯招查榜系統 */
-int
-x_88(void)
-{
- use_dict("(88)准考證號/姓名/學校/科系/類組", "etc/88");
- return 0;
-}
-/* Ptt87年度大學聯招查榜系統 */
-int
-x_87(void)
-{
- use_dict("(87)准考證號/姓名/學校/科系", "etc/87");
- return 0;
-}
-
-/* Ptt86年度大學聯招查榜系統 */
-int
-x_86(void)
-{
- use_dict("(86)准考證號/姓名/學校/科系", "etc/86");
- return 0;
-}
-
-#endif
int
x_boardman(void)
{