use_supply() is now unused, remove

This commit is contained in:
Markus Armbruster 2008-03-03 08:31:03 +01:00
parent f6c87d21ff
commit 055c80a41f
2 changed files with 0 additions and 74 deletions

View file

@ -692,7 +692,6 @@ extern void resupply_commod(struct lndstr *, i_type);
extern int supply_commod(int, int, int, i_type, int);
extern int try_supply_commod(int, int, int, i_type, int);
extern int has_supply(struct lndstr *);
extern int use_supply(struct lndstr *);
/* takeover.c */
extern void takeover_land(struct lndstr *, natid, int);
extern void takeover(struct sctstr *, natid);