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

@ -111,7 +111,6 @@ void
pln_prewrite(int n, void *ptr)
{
struct plnstr *pp = ptr;
struct plnstr plane;
struct nukstr *np;
int i;
@ -130,7 +129,6 @@ pln_prewrite(int n, void *ptr)
}
}
}
getplane(n, &plane);
}
char *