diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-10 01:28:20 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-10 01:28:57 -0500 |
commit | a5f0b6e5dc0aeb8cfbb264631732c224107793f8 (patch) | |
tree | 87dd236164d2b76a2b95ab701a6989b181473349 /src/report.h | |
parent | 115da191214638299eced2564fa4bd5c6c03c63f (diff) | |
download | fork-ledger-a5f0b6e5dc0aeb8cfbb264631732c224107793f8.tar.gz fork-ledger-a5f0b6e5dc0aeb8cfbb264631732c224107793f8.tar.bz2 fork-ledger-a5f0b6e5dc0aeb8cfbb264631732c224107793f8.zip |
account_amount() is now account().amount
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 515dbd26..38b2b07e 100644 --- a/src/report.h +++ b/src/report.h @@ -151,7 +151,6 @@ public: value_t fn_ansify_if(call_scope_t& scope); value_t fn_percent(call_scope_t& scope); value_t fn_price(call_scope_t& scope); - value_t fn_account_total(call_scope_t& scope); value_t fn_lot_date(call_scope_t& scope); value_t fn_lot_price(call_scope_t& scope); value_t fn_lot_tag(call_scope_t& scope); |