From 9039cf498694fbda691e6113de53181607ad16ad Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 10 Feb 2009 05:05:51 -0400 Subject: [PATCH] Removed an unneeded method declaration. --- src/report.h | 1 - 1 file changed, 1 deletion(-) 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);