diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-03-12 11:24:57 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-03-12 11:24:57 +0800 |
commit | e149e8e62b963fb11dd1adb107c0ef19cc381f6a (patch) | |
tree | 556e40cb202c28ee49dbb8ac082c0ca246d94a08 /include | |
parent | bf0ff170400889443fd3e3fffc6b1ae2b1738d68 (diff) | |
download | pttbbs-e149e8e62b963fb11dd1adb107c0ef19cc381f6a.tar pttbbs-e149e8e62b963fb11dd1adb107c0ef19cc381f6a.tar.gz pttbbs-e149e8e62b963fb11dd1adb107c0ef19cc381f6a.tar.bz2 pttbbs-e149e8e62b963fb11dd1adb107c0ef19cc381f6a.tar.lz pttbbs-e149e8e62b963fb11dd1adb107c0ef19cc381f6a.tar.xz pttbbs-e149e8e62b963fb11dd1adb107c0ef19cc381f6a.tar.zst pttbbs-e149e8e62b963fb11dd1adb107c0ef19cc381f6a.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 | ||||
-rw-r--r-- | include/pttstruct.h | 2 |
2 files changed, 1 insertions, 3 deletions
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]; /* 審核資料 */ |