From 775c96a0d27fe1d20a0c75c7dc6dbaa514f032fd Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 27 Apr 2014 15:15:28 +0000 Subject: (svn r26526) -Remove: Ability to set map generation seed via GUI. If you really need it, use the console. --- src/widgets/genworld_widget.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/widgets/genworld_widget.h') 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. -- cgit v1.2.3-54-g00ecf