From e149e8e62b963fb11dd1adb107c0ef19cc381f6a Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 12 Mar 2005 03:24:57 +0000 Subject: remove "proverb" function, which doesn't work for a long time git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2597 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 -- include/pttstruct.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 82acb328..664c484b 100644 --- a/include/proto.h +++ b/include/proto.h @@ -694,8 +694,6 @@ int u_loginview(void); int u_ansi(void); int u_editplan(void); int u_editsig(void); -int u_switchproverb(void); -int u_editproverb(void); int u_cloak(void); int u_register(void); int u_list(void); diff --git a/include/pttstruct.h b/include/pttstruct.h index 045de383..23fda808 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -72,7 +72,7 @@ typedef struct userec_t { char lasthost[16]; /* 上次上站來源 */ int money; /* Ptt幣 */ char remoteuser[3]; /* 保留 目前沒用到的 */ - char proverb; /* 座右銘 */ + char proverb; /* 座右銘 (unused) */ char email[50]; /* Email */ char address[50]; /* 住址 */ char justify[REGLEN + 1]; /* 審核資料 */ -- cgit v1.2.3