From 7455495d14c6e97e860cb8b0a6f1cd552e8cd791 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 05:00:31 -0400 Subject: Moved the option code for 2.6.1 from option.cc into report.h. It's still commented out, but now it's nearer the right place for conversion. --- report.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'report.cc') diff --git a/report.cc b/report.cc index 6257b562..6e065f57 100644 --- a/report.cc +++ b/report.cc @@ -354,10 +354,6 @@ void report_t::commodities_report(const string& format) { } -void report_t::entry_report(const entry_t& entry, const string& format) -{ -} - value_t report_t::get_amount_expr(call_scope_t& scope) { return amount_expr.calc(scope); -- cgit v1.2.3