From d7b98add111160254fc10b50f0ece50fcf3c5b48 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 7 Jun 2009 17:07:43 +0000 Subject: * delete dead code. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4522 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/xyz.c | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'mbbsd/xyz.c') diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c index d27d8742..e62e4b66 100644 --- a/mbbsd/xyz.c +++ b/mbbsd/xyz.c @@ -31,34 +31,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) { -- cgit v1.2.3