From 2fccb9f4e009a08b8e48bb833e13346e073d1f63 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 6 Nov 2006 00:10:47 +0000 Subject: (svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549) --- genworld_gui.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'genworld_gui.c') diff --git a/genworld_gui.c b/genworld_gui.c index 807664860..db10f9258 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; -- cgit v1.2.3-54-g00ecf