diff options
author | frosch <frosch@openttd.org> | 2012-12-23 21:06:37 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-12-23 21:06:37 +0000 |
commit | 647ee0de64b74f714aea04b6e3bd0b4fb06f8694 (patch) | |
tree | e2308fc494413384aee88fe9001447b0af317d81 /src/widgets | |
parent | 147d5264e36e1bec5e7b9e02efa5510b14dfec4f (diff) | |
download | openttd-647ee0de64b74f714aea04b6e3bd0b4fb06f8694.tar.xz |
(svn r24842) -Remove: News settings window.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/news_widget.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/widgets/news_widget.h b/src/widgets/news_widget.h index 25c56e67e..f12786640 100644 --- a/src/widgets/news_widget.h +++ b/src/widgets/news_widget.h @@ -42,17 +42,4 @@ enum MessageHistoryWidgets { WID_MH_SCROLLBAR, ///< Scrollbar for the list. }; -/** Widgets of the #MessageOptionsWindow class. */ -enum MessageOptionWidgets { - WID_MO_BACKGROUND, ///< Background of the window. - WID_MO_LABEL, ///< Top label. - WID_MO_DROP_SUMMARY, ///< Dropdown that adjusts at once the level for all settings. - WID_MO_LABEL_SUMMARY, ///< Label of the summary drop down. - WID_MO_SOUNDTICKER, ///< Button for (de)activating sound on events. - WID_MO_SOUNDTICKER_LABEL, ///< Label of the soundticker button. - - WID_MO_START_OPTION, ///< First widget that is part of a group [<][label][>] [description]. - WID_MO_END_OPTION = WID_MO_START_OPTION + NT_END * MOS_WIDG_PER_SETTING, ///< First widget after the groups. -}; - #endif /* WIDGETS_NEWS_WIDGET_H */ |