diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-04-06 21:23:42 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-04-06 21:23:42 +0800 |
commit | 2651a40c4fd33ab123473a795feb98660900b808 (patch) | |
tree | 9633ef9e96d08ba1646957e0b26dafb2a60e0c82 | |
parent | 716378e9b12c3aac67f03ce68846c07eeab23059 (diff) | |
download | pttbbs-2651a40c4fd33ab123473a795feb98660900b808.tar pttbbs-2651a40c4fd33ab123473a795feb98660900b808.tar.gz pttbbs-2651a40c4fd33ab123473a795feb98660900b808.tar.bz2 pttbbs-2651a40c4fd33ab123473a795feb98660900b808.tar.lz pttbbs-2651a40c4fd33ab123473a795feb98660900b808.tar.xz pttbbs-2651a40c4fd33ab123473a795feb98660900b808.tar.zst pttbbs-2651a40c4fd33ab123473a795feb98660900b808.zip |
Prepare to remove calendar.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5603 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/calendar.c | 2 | ||||
-rw-r--r-- | pttbbs/mbbsd/menu.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/calendar.c b/pttbbs/mbbsd/calendar.c index 3bea36e9..f043f32d 100644 --- a/pttbbs/mbbsd/calendar.c +++ b/pttbbs/mbbsd/calendar.c @@ -1,6 +1,8 @@ /* $Id$ */ #include "bbs.h" +// TODO deprecate this file. + typedef struct event_t { int year, month, day, days; int color; diff --git a/pttbbs/mbbsd/menu.c b/pttbbs/mbbsd/menu.c index 60408d0a..f1699101 100644 --- a/pttbbs/mbbsd/menu.c +++ b/pttbbs/mbbsd/menu.c @@ -781,7 +781,6 @@ u_customize() static const commands_t userlist[] = { {u_customize, PERM_BASIC, "UCustomize 個人化設定"}, {u_info, PERM_BASIC, "Info 設定個人資料與密碼"}, - {calendar, PERM_LOGINOK, "Calendar 行事曆"}, {u_loginview, PERM_BASIC, "VLogin View 選擇進站畫面"}, {u_myfiles, PERM_LOGINOK, "My Files 【個人檔案】 (名片,簽名檔...)"}, {u_mylogs, PERM_LOGINOK, "LMy Logs 【個人記錄】 (最近上線...)"}, |