diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-10 05:05:51 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-10 05:05:51 -0400 |
commit | 9039cf498694fbda691e6113de53181607ad16ad (patch) | |
tree | d410397963b65b2d2bb7d1c06821672d3d00fc94 | |
parent | ba95808ab0751de4787b98b27a33afe47fbc4128 (diff) | |
download | fork-ledger-9039cf498694fbda691e6113de53181607ad16ad.tar.gz fork-ledger-9039cf498694fbda691e6113de53181607ad16ad.tar.bz2 fork-ledger-9039cf498694fbda691e6113de53181607ad16ad.zip |
Removed an unneeded method declaration.
-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 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); |