(get_couval, get_outstand): Remove. Unused since automatic loans were

removed (buy.c rev. 1.18, trad.c rev. 1.15), should have been removed
then.
This commit is contained in:
Markus Armbruster 2006-04-30 18:20:23 +00:00
parent abc14df544
commit 898c74a80f
3 changed files with 0 additions and 40 deletions

View file

@ -56,7 +56,6 @@ struct lonstr {
#define LS_PROPOSED AGREE_PROPOSED
#define LS_SIGNED AGREE_SIGNED
extern long get_outstand(int);
extern double loan_owed(struct lonstr *loan, time_t paytime);
#define getloan(n, p) ef_read(EF_LOAN, (n), (p))