summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-10 01:28:20 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-10 01:28:57 -0500
commita5f0b6e5dc0aeb8cfbb264631732c224107793f8 (patch)
tree87dd236164d2b76a2b95ab701a6989b181473349 /src/report.h
parent115da191214638299eced2564fa4bd5c6c03c63f (diff)
downloadfork-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.h1
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);