Remove unused members of struct lndstr, lonstr, nukstr, trtstr

struct lndstr member lnd_flags is a leftover from Empire3's C_SYNC,
which was ripped out in 4.0.0.

struct lonstr member l_sel, struct nuk_str members nuk_ship, nuk_land,
and struct trtstr member trt_bond have been there basically forever
without any use.
This commit is contained in:
Markus Armbruster 2009-12-30 13:49:41 +01:00
parent d8c940ec2c
commit 4e895465df
5 changed files with 1 additions and 7 deletions

View file

@ -58,9 +58,7 @@ struct nukstr {
short nuk_mission; /* mission code, unused */
short nuk_radius; /* mission radius, unused */
/* end of part matching struct empobj */
short nuk_ship; /* currently aboard ship (unused) */
short nuk_plane; /* currently aboard plane */
short nuk_land; /* currently aboard land (unused) */
};
struct nchrstr {