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:
parent
afcde86ca3
commit
d87801acaa
5 changed files with 0 additions and 15 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue