diff options
author | Darkvater <darkvater@openttd.org> | 2006-11-06 00:10:47 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-11-06 00:10:47 +0000 |
commit | c9a19c29fee7a0ab240bba36401ea428eab254f2 (patch) | |
tree | 3f005a89793b8523e5f895de2f735b9ff2250384 | |
parent | 62fc499370b34e46405e781b730c29c626ab9843 (diff) | |
download | openttd-c9a19c29fee7a0ab240bba36401ea428eab254f2.tar.xz |
(svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549)
-rw-r--r-- | genworld_gui.c | 5 |
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; |