1
0
Fork 0

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

release/0.5
Darkvater 2006-11-06 00:10:47 +00:00
parent 62fc499370
commit c9a19c29fe
1 changed files with 0 additions and 5 deletions

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;