summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-03-23 20:55:36 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-03-23 20:55:36 +0800
commit4ffc2cfeb67b922ac4885ac9443a45c9dc5ef17c (patch)
treee525a7b0dbd99c6106fb986a937f02ae5d7a9928 /include
parent8546759cec4d91a22da56ee261f6aac0d77abd5c (diff)
downloadpttbbs-4ffc2cfeb67b922ac4885ac9443a45c9dc5ef17c.tar
pttbbs-4ffc2cfeb67b922ac4885ac9443a45c9dc5ef17c.tar.gz
pttbbs-4ffc2cfeb67b922ac4885ac9443a45c9dc5ef17c.tar.bz2
pttbbs-4ffc2cfeb67b922ac4885ac9443a45c9dc5ef17c.tar.lz
pttbbs-4ffc2cfeb67b922ac4885ac9443a45c9dc5ef17c.tar.xz
pttbbs-4ffc2cfeb67b922ac4885ac9443a45c9dc5ef17c.tar.zst
pttbbs-4ffc2cfeb67b922ac4885ac9443a45c9dc5ef17c.zip
not necessary to keep movie history
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3490 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 6e879f92..6b396b04 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -569,14 +569,16 @@ typedef struct {
char notes[MAX_MOVIE][256*11];
char gap_18[sizeof(int)];
char today_is[20];
- // FIXME remove never_used__n_notes & never_used__next_refresh
- int never_used__n_notes[MAX_MOVIE_SECTION]; /* 一節中有幾個 看板 */
+ // FIXME remove it
+ int __never_used__n_notes[MAX_MOVIE_SECTION]; /* 一節中有幾個 看板 */
char gap_19[sizeof(int)];
- int never_used__next_refresh[MAX_MOVIE_SECTION]; /* 下一次要refresh的 看板 */
+ // FIXME remove it
+ int __never_used__next_refresh[MAX_MOVIE_SECTION]; /* 下一次要refresh的 看板 */
char gap_20[sizeof(int)];
msgque_t loginmsg; /* 進站水球 */
int max_film;
- int max_history;
+ // FIXME remove it
+ int __never_used__max_history;
time4_t Puptime;
time4_t Ptouchtime;
int Pbusystate;