summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/calendar.c2
-rw-r--r--pttbbs/mbbsd/menu.c1
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 【個人記錄】 (最近上線...)"},