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

@ -50,7 +50,6 @@ struct trtstr {
char trt_fill;
short trt_acond; /* conditions for proposer */
short trt_bcond; /* conditions for accepter */
float trt_bond; /* amount of bond involved (unused) */
time_t trt_exp; /* expiration date */
};