Remove unused check_cost()

This commit is contained in:
Markus Armbruster 2008-02-17 08:47:51 +01:00
parent 8227d8c8ef
commit 44f6656e2f
2 changed files with 0 additions and 26 deletions

View file

@ -419,7 +419,6 @@ extern int check_loan_ok(struct lonstr *);
extern int check_trade_ok(struct trdstr *);
/* chkmoney.c */
extern int chkmoney(long, long, char *);
extern int check_cost(int, int, long, int *, char *);
/* coastal.c */
extern void set_coastal(struct sctstr *, int, int);
/* control.c */