(svn r11832) -Codechange: get rid of (quite) some VARDEFs.

This commit is contained in:
rubidium
2008-01-13 13:36:01 +00:00
parent b0c34f4d62
commit 5c4150d304
22 changed files with 111 additions and 62 deletions

View File

@@ -49,7 +49,7 @@ void NewsLoop();
void DrawNewsBorder(const Window *w);
void InitNewsItemStructs();
VARDEF NewsItem _statusbar_news_item;
extern NewsItem _statusbar_news_item;
/** Type of news. */
enum NewsType {