summaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/proto.h b/include/proto.h
index 1c594cdb..cd8a260a 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -327,10 +327,6 @@ ChessInfo* gomoku_replay(FILE* fp);
/* guess */
int guess_main(void);
-/* indict */
-int x_dict(void);
-int use_dict(char *dict,char *database);
-
/* convert */
void set_converting_type(int which);