diff options
author | frosch <frosch@openttd.org> | 2012-12-05 19:37:15 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-12-05 19:37:15 +0000 |
commit | ff6880f9dd05703ac81fd5e0f77a0105e725c6c3 (patch) | |
tree | c0cde7eaa03ce84d8e03032ebd5fbcb5b10dcb5e /src/widgets | |
parent | d1ab0f03bcfc01be933d70edda9b95fb0ffeb8b4 (diff) | |
download | openttd-ff6880f9dd05703ac81fd5e0f77a0105e725c6c3.tar.xz |
(svn r24791) -Remove: Difficulty settings window.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/intro_widget.h | 2 | ||||
-rw-r--r-- | src/widgets/settings_widget.h | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/src/widgets/intro_widget.h b/src/widgets/intro_widget.h index 13c768e0e..6a67fe64c 100644 --- a/src/widgets/intro_widget.h +++ b/src/widgets/intro_widget.h @@ -27,7 +27,7 @@ enum SelectGameIntroWidgets { WID_SGI_TRANSLATION_SELECTION, ///< Translation selection. WID_SGI_TRANSLATION, ///< Translation. WID_SGI_OPTIONS, ///< Options button. - WID_SGI_DIFFICULTIES, ///< Difficulties button. + WID_SGI_HIGHSCORE, ///< Highscore button. WID_SGI_SETTINGS_OPTIONS, ///< Settings button. WID_SGI_GRF_SETTINGS, ///< NewGRF button. WID_SGI_CONTENT_DOWNLOAD, ///< Content Download button. diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index fbe0d26cd..ad9c4067c 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -37,15 +37,6 @@ enum GameOptionsWidgets { WID_GO_BASE_MUSIC_DESCRIPTION = WID_GO_BASE_MUSIC_TEXTFILE + TFT_END, ///< Description of selected base music set. }; -/** Widgets of the #GameDifficultyWindow class. */ -enum GameDifficultyWidgets { - WID_GD_HIGHSCORE, ///< Highscore button. - WID_GD_ACCEPT, ///< Accept button. - WID_GD_CANCEL, ///< Cancel button. - - WID_GD_OPTIONS_START, ///< Start of the options. -}; - /** Widgets of the #GameSettingsWindow class. */ enum GameSettingsWidgets { WID_GS_FILTER, ///< Text filter. |