From b03e758d2577b17c31a443b9423440bc3c8dfbaf Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 16 Aug 2009 09:20:25 +0000 Subject: (svn r17202) -Codechange: News item is already given as argument. --- src/news_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/news_gui.cpp') diff --git a/src/news_gui.cpp b/src/news_gui.cpp index 7f3fe4294..4b4f03189 100644 --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -190,7 +190,6 @@ struct NewsWindow : Window { const Window *w = FindWindowById(WC_SEND_NETWORK_MSG, 0); this->chat_height = (w != NULL) ? w->height : 0; - this->ni = _forced_news == NULL ? _current_news : _forced_news; this->flags4 |= WF_DISABLE_VP_SCROLL; this->FindWindowPlacementAndResize(desc); -- cgit v1.2.3-54-g00ecf