From c9a19c29fee7a0ab240bba36401ea428eab254f2 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 6 Nov 2006 00:10:47 +0000 Subject: [PATCH] (svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549) --- genworld_gui.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/genworld_gui.c b/genworld_gui.c index 807664860c..db10f92583 100644 --- a/genworld_gui.c +++ b/genworld_gui.c @@ -385,11 +385,6 @@ void GenerateLandscapeWndProc(Window *w, WindowEvent *e) } 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;