(svn r13043) -Codechange: remove some duplicate variables from news_d.

This commit is contained in:
rubidium
2008-05-11 13:02:58 +00:00
parent eb2d47b547
commit 9066a961e7
2 changed files with 0 additions and 23 deletions

View File

@@ -61,12 +61,7 @@ static NewsID _oldest_news = 0; ///< points to first item in fifo qu
static NewsID _latest_news = INVALID_NEWS; ///< points to last item in fifo queue
struct news_d : vp_d {
uint16 follow_vehicle;
uint16 chat_height;
int32 scrollpos_x;
int32 scrollpos_y;
int32 dest_scrollpos_x;
int32 dest_scrollpos_y;
NewsItem *ni;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(news_d));