1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 00:19:09 +00:00

(svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549)

This commit is contained in:
Darkvater
2006-11-06 00:10:47 +00:00
parent 62fc499370
commit c9a19c29fe

View File

@@ -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;