(att_estimate_defense, att_get_offense): Rename. Remove dead code and

unused last parameter.  Callers changed.
This commit is contained in:
Markus Armbruster 2006-05-20 15:17:30 +00:00
parent 7ea516852b
commit 092a52f2c6
7 changed files with 9 additions and 53 deletions

View file

@ -81,8 +81,8 @@ extern int att_ask_support(int, int *, int *, int *, int *);
extern int att_ask_offense(int, struct combat *, struct combat *,
struct emp_qelem *, int *, int *);
extern double sector_strength(struct sctstr *);
extern int att_estimate_defense(int, struct combat *, struct emp_qelem *,
struct combat *, int);
extern int att_get_offense(int, struct combat *, struct emp_qelem *,
struct combat *);
extern int att_empty_attack(int, int, struct combat *);
extern int att_get_defense(struct emp_qelem *, struct combat *,
struct emp_qelem *, int, int);