summaryrefslogtreecommitdiffstats
path: root/mbbsd/xyz.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-08 01:07:43 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-08 01:07:43 +0800
commitd7b98add111160254fc10b50f0ece50fcf3c5b48 (patch)
tree92103d064c84539109498fd8a65246f4c954823d /mbbsd/xyz.c
parent3205d13594dabb6ce34c604be958de3d23aa3618 (diff)
downloadpttbbs-d7b98add111160254fc10b50f0ece50fcf3c5b48.tar
pttbbs-d7b98add111160254fc10b50f0ece50fcf3c5b48.tar.gz
pttbbs-d7b98add111160254fc10b50f0ece50fcf3c5b48.tar.bz2
pttbbs-d7b98add111160254fc10b50f0ece50fcf3c5b48.tar.lz
pttbbs-d7b98add111160254fc10b50f0ece50fcf3c5b48.tar.xz
pttbbs-d7b98add111160254fc10b50f0ece50fcf3c5b48.tar.zst
pttbbs-d7b98add111160254fc10b50f0ece50fcf3c5b48.zip
* delete dead code.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4522 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r--mbbsd/xyz.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c
index d27d8742..e62e4b66 100644
--- a/mbbsd/xyz.c
+++ b/mbbsd/xyz.c
@@ -32,34 +32,6 @@ x_boards(void)
#endif
int
-x_birth(void)
-{
- more("etc/birth.today", YEA);
- return 0;
-}
-
-int
-x_weather(void)
-{
- more("etc/weather.tmp", YEA);
- return 0;
-}
-
-int
-x_mrtmap(void)
-{
- more("etc/MRT.map", YEA);
- return 0;
-}
-
-int
-x_stock(void)
-{
- more("etc/stock.tmp", YEA);
- return 0;
-}
-
-int
x_note(void)
{
more(fn_note_ans, YEA);