chkmoney() is no longer used, remove it

This commit is contained in:
Markus Armbruster 2008-08-03 14:40:40 -04:00
parent 82c916654c
commit 4b696a5c30
2 changed files with 0 additions and 58 deletions

View file

@ -414,8 +414,6 @@ extern int check_plane_ok(struct plnstr *);
extern int check_comm_ok(struct comstr *);
extern int check_loan_ok(struct lonstr *);
extern int check_trade_ok(struct trdstr *);
/* chkmoney.c */
extern int chkmoney(long, long, char *);
/* coastal.c */
extern void set_coastal(struct sctstr *, int, int);
/* control.c */