summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-12-05 19:36:41 +0000
committerfrosch <frosch@openttd.org>2012-12-05 19:36:41 +0000
commitd1ab0f03bcfc01be933d70edda9b95fb0ffeb8b4 (patch)
treee0ea4cdde0c4d20de3c397ba2453ee6b2e312246 /src/widgets
parent812ae4140a8566c2b4b43c6aa5bab5eecf82f18a (diff)
downloadopenttd-d1ab0f03bcfc01be933d70edda9b95fb0ffeb8b4.tar.xz
(svn r24790) -Remove: Classic difficulty profiles.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/settings_widget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h
index 95ee28dbc..fbe0d26cd 100644
--- a/src/widgets/settings_widget.h
+++ b/src/widgets/settings_widget.h
@@ -39,10 +39,6 @@ enum GameOptionsWidgets {
/** Widgets of the #GameDifficultyWindow class. */
enum GameDifficultyWidgets {
- WID_GD_LVL_EASY, ///< Easy level button.
- WID_GD_LVL_MEDIUM, ///< Medium level button.
- WID_GD_LVL_HARD, ///< Hard level button.
- WID_GD_LVL_CUSTOM, ///< Custom level button.
WID_GD_HIGHSCORE, ///< Highscore button.
WID_GD_ACCEPT, ///< Accept button.
WID_GD_CANCEL, ///< Cancel button.