summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-09-02 20:59:30 +0000
committeralberth <alberth@openttd.org>2009-09-02 20:59:30 +0000
commit5fd5ae125a4de148daeb1277a32a79cf7e8875b0 (patch)
treeb7e393f2937e2df32f9880a163941f80ed3f007b /src/news_type.h
parent0f9da2d6363907e1e48cc4d93909667a52aef580 (diff)
downloadopenttd-5fd5ae125a4de148daeb1277a32a79cf7e8875b0.tar.xz
(svn r17398) -Codechange: Fill normal news item window with widgets.
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h11
1 files changed, 0 insertions, 11 deletions
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
@@ -65,17 +65,6 @@ enum NewsSubtype {
};
/**
- * 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.
*
* @warning