summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--genworld_gui.c5
1 files changed, 0 insertions, 5 deletions
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;