summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-12-23 21:06:37 +0000
committerfrosch <frosch@openttd.org>2012-12-23 21:06:37 +0000
commit647ee0de64b74f714aea04b6e3bd0b4fb06f8694 (patch)
treee2308fc494413384aee88fe9001447b0af317d81 /src/window_type.h
parent147d5264e36e1bec5e7b9e02efa5510b14dfec4f (diff)
downloadopenttd-647ee0de64b74f714aea04b6e3bd0b4fb06f8694.tar.xz
(svn r24842) -Remove: News settings window.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 2bffea5fe..c69e44cd0 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -17,7 +17,6 @@ enum WindowNumberEnum {
WN_GAME_OPTIONS_AI = 0, ///< AI settings.
WN_GAME_OPTIONS_ABOUT, ///< About window.
WN_GAME_OPTIONS_NEWGRF_STATE, ///< NewGRF settings.
- WN_GAME_OPTIONS_MESSAGE_OPTION, ///< News settings.
WN_GAME_OPTIONS_GAME_OPTIONS, ///< Game options.
WN_GAME_OPTIONS_GAME_SETTINGS, ///< Game settings.
@@ -598,7 +597,6 @@ enum WindowClass {
* - #WN_GAME_OPTIONS_AI = #AIConfigWidgets
* - #WN_GAME_OPTIONS_ABOUT = #AboutWidgets
* - #WN_GAME_OPTIONS_NEWGRF_STATE = #NewGRFStateWidgets
- * - #WN_GAME_OPTIONS_MESSAGE_OPTION = #MessageOptionWidgets
* - #WN_GAME_OPTIONS_GAME_OPTIONS = #GameOptionsWidgets
* - #WN_GAME_OPTIONS_GAME_SETTINGS = #GameSettingsWidgets
*/