diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-03-23 20:15:10 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-03-23 20:15:10 +0800 |
commit | 8546759cec4d91a22da56ee261f6aac0d77abd5c (patch) | |
tree | bcb20e2e320a01ca3beaf3a68e11d5b5dcaa02a7 /include | |
parent | 0f867492a82d71f8205f70e007dc196010437031 (diff) | |
download | pttbbs-8546759cec4d91a22da56ee261f6aac0d77abd5c.tar pttbbs-8546759cec4d91a22da56ee261f6aac0d77abd5c.tar.gz pttbbs-8546759cec4d91a22da56ee261f6aac0d77abd5c.tar.bz2 pttbbs-8546759cec4d91a22da56ee261f6aac0d77abd5c.tar.lz pttbbs-8546759cec4d91a22da56ee261f6aac0d77abd5c.tar.xz pttbbs-8546759cec4d91a22da56ee261f6aac0d77abd5c.tar.zst pttbbs-8546759cec4d91a22da56ee261f6aac0d77abd5c.zip |
remove unused variables
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3489 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 58ac0810..6e879f92 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -569,9 +569,10 @@ typedef struct { char notes[MAX_MOVIE][256*11]; char gap_18[sizeof(int)]; char today_is[20]; - int n_notes[MAX_MOVIE_SECTION]; /* 一節中有幾個 看板 */ + // FIXME remove never_used__n_notes & never_used__next_refresh + int never_used__n_notes[MAX_MOVIE_SECTION]; /* 一節中有幾個 看板 */ char gap_19[sizeof(int)]; - int next_refresh[MAX_MOVIE_SECTION]; /* 下一次要refresh的 看板 */ + int never_used__next_refresh[MAX_MOVIE_SECTION]; /* 下一次要refresh的 看板 */ char gap_20[sizeof(int)]; msgque_t loginmsg; /* 進站水球 */ int max_film; |