From 8546759cec4d91a22da56ee261f6aac0d77abd5c Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 23 Mar 2007 12:15:10 +0000 Subject: remove unused variables git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3489 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3