(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:
parent
abc14df544
commit
898c74a80f
3 changed files with 0 additions and 40 deletions
|
@ -69,7 +69,6 @@ extern int trade_check_item_ok(union trdgenstr *);
|
|||
extern char *trade_nameof(struct trdstr *, union trdgenstr *);
|
||||
extern int trade_desc(struct trdstr *, union trdgenstr *);
|
||||
extern int trade_getitem(struct trdstr *, union trdgenstr *);
|
||||
extern long get_couval(int);
|
||||
|
||||
#define gettrade(n, p) ef_read(EF_TRADE, (n), (p))
|
||||
#define puttrade(n, p) ef_write(EF_TRADE, (n), (p))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue