From fccfcd093b2b4e38ac08d9acb0930e9d57f36c82 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Apr 2008 11:40:33 +0000 Subject: (svn r12805) -Codechange: remove some bit magic related to the news display states. Patch by cirdan. --- src/news_func.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/news_func.h') diff --git a/src/news_func.h b/src/news_func.h index bb4ea6e72..5ccbbef4d 100644 --- a/src/news_func.h +++ b/src/news_func.h @@ -14,10 +14,9 @@ void DrawNewsBorder(const Window *w); void InitNewsItemStructs(); extern NewsItem _statusbar_news_item; -extern uint32 _news_display_opt; extern bool _news_ticker_sound; -extern const NewsTypeData _news_type_data[NT_END]; +extern NewsTypeData _news_type_data[NT_END]; /** * Delete a news item type about a vehicle -- cgit v1.2.3-54-g00ecf