summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-10 05:05:51 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-10 05:05:51 -0400
commit9039cf498694fbda691e6113de53181607ad16ad (patch)
treed410397963b65b2d2bb7d1c06821672d3d00fc94
parentba95808ab0751de4787b98b27a33afe47fbc4128 (diff)
downloadfork-ledger-9039cf498694fbda691e6113de53181607ad16ad.tar.gz
fork-ledger-9039cf498694fbda691e6113de53181607ad16ad.tar.bz2
fork-ledger-9039cf498694fbda691e6113de53181607ad16ad.zip
Removed an unneeded method declaration.
-rw-r--r--src/report.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index f3f37d17..35cdda41 100644
--- a/src/report.h
+++ b/src/report.h
@@ -122,7 +122,6 @@ public:
value_t fn_amount_expr(call_scope_t& scope);
value_t fn_total_expr(call_scope_t& scope);
- value_t fn_display_date(call_scope_t& scope);
value_t fn_display_amount(call_scope_t& scope);
value_t fn_display_total(call_scope_t& scope);
value_t fn_market_value(call_scope_t& scope);