From 5fd5ae125a4de148daeb1277a32a79cf7e8875b0 Mon Sep 17 00:00:00 2001 From: alberth Date: Wed, 2 Sep 2009 20:59:30 +0000 Subject: (svn r17398) -Codechange: Fill normal news item window with widgets. --- src/news_type.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/news_type.h') diff --git a/src/news_type.h b/src/news_type.h index 5f462d0cd..8fbd90454 100644 --- a/src/news_type.h +++ b/src/news_type.h @@ -64,17 +64,6 @@ enum NewsSubtype { NS_END, ///< end-of-array marker }; -/** - * News mode. - */ -enum NewsMode { - NM_SMALL = 0, ///< Show only a small popup informing us about vehicle age for example, with a viewport. - NM_NORMAL = 1, ///< Show a simple news message without viewport (height 170 pixels). - NM_THIN = 2, ///< Show a simple news message with a viewport (height 130 pixels). - NM_COMPANY = 3, ///< Show news about companies. - NM_NEW_VEH = 4, ///< Show news about new vehicles. -}; - /** * References to objects in news. * -- cgit v1.2.3-54-g00ecf