(svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549)
authorDarkvater
Mon, 06 Nov 2006 00:10:47 +0000
changeset 5033 203f070c9ba1
parent 5032 d1a36664b818
child 5034 f00ac4873c34
(svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549)
genworld_gui.c
--- a/genworld_gui.c	Sun Nov 05 22:50:59 2006 +0000
+++ b/genworld_gui.c	Mon Nov 06 00:10:47 2006 +0000
@@ -385,11 +385,6 @@
 		}
 		break;
 
-	case WE_MESSAGE:
-		ttd_strlcpy(_edit_str_buf, str_fmt("%u", _patches_newgame.generation_seed), lengthof(_edit_str_buf));
-		DrawEditBox(w, &WP(w, querystr_d), SEED_EDIT);
-		break;
-
 	case WE_MOUSELOOP:
 		HandleEditBox(w, &WP(w, querystr_d), SEED_EDIT);
 		break;