Remove dead code for estimating defense

Clean up of intelligence_report().  Should have been done in commit
092a52f2.
This commit is contained in:
Markus Armbruster 2008-03-03 20:08:43 +01:00
parent 055c80a41f
commit 66406d8385
2 changed files with 4 additions and 13 deletions

View file

@ -186,7 +186,7 @@ extern int lnd_take_casualty(int, struct ulist *, int);
extern void lnd_submil(struct lndstr *, int);
extern void lnd_takemob(struct emp_qelem *, double);
extern int lnd_spyval(struct lndstr *);
extern double intelligence_report(int, struct lndstr *, int, char *);
extern void intelligence_report(int, struct lndstr *, int, char *);
extern int count_sect_units(struct sctstr *);
extern void count_units(struct shpstr *);
extern void lnd_count_units(struct lndstr *);