summaryrefslogtreecommitdiff
path: root/src/widgets/genworld_widget.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-04-27 15:15:28 +0000
committerfrosch <frosch@openttd.org>2014-04-27 15:15:28 +0000
commit775c96a0d27fe1d20a0c75c7dc6dbaa514f032fd (patch)
tree0dc29abfaec706894101e6b5f736840016bbdb53 /src/widgets/genworld_widget.h
parentebd2d3ccef7babead511b133d78654ea2ca38343 (diff)
downloadopenttd-775c96a0d27fe1d20a0c75c7dc6dbaa514f032fd.tar.xz
(svn r26526) -Remove: Ability to set map generation seed via GUI. If you really need it, use the console.
Diffstat (limited to 'src/widgets/genworld_widget.h')
-rw-r--r--src/widgets/genworld_widget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/genworld_widget.h b/src/widgets/genworld_widget.h
index 10727f103..2048851ff 100644
--- a/src/widgets/genworld_widget.h
+++ b/src/widgets/genworld_widget.h
@@ -25,9 +25,6 @@ enum GenerateLandscapeWidgets {
WID_GL_TOWN_PULLDOWN, ///< Dropdown 'No. of towns'.
WID_GL_INDUSTRY_PULLDOWN, ///< Dropdown 'No. of industries'.
- WID_GL_RANDOM_EDITBOX, ///< 'Random seed' editbox.
- WID_GL_RANDOM_BUTTON, ///< 'Randomise' button.
-
WID_GL_GENERATE_BUTTON, ///< 'Generate' button.
WID_GL_START_DATE_DOWN, ///< Decrease start year.