Remove pointless getFOO() from prewrite callbacks

Empire3's C_SYNC code added these to sct_prewrite(), shp_prewrite(),
pln_prewrite(), lnd_prewrite() and nuk_prewrite().  They weren't
removed when C_SYNC was ripped out in 4.0.0.
This commit is contained in:
Markus Armbruster 2008-09-02 19:12:06 -04:00
parent afcde86ca3
commit d87801acaa
5 changed files with 0 additions and 15 deletions

View file

@ -65,11 +65,9 @@ void
sct_prewrite(int id, void *ptr)
{
struct sctstr *sp = ptr;
struct sctstr sect;
bridge_damaged(sp);
checksect(sp);
getsect(sp->sct_x, sp->sct_y, &sect);
}
void