From 31feaad1056cda45f3b8cfa0faff45ddc8487c09 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Feb 2009 15:04:55 -0400 Subject: Added --no-total option This simply omits the final total in the balance report, nothing more. --- src/output.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index f638f4de..18718c7c 100644 --- a/src/output.h +++ b/src/output.h @@ -163,16 +163,13 @@ protected: report_t& report; format_t format; item_predicate disp_pred; - bool flatten_list; std::list posted_accounts; public: format_accounts(report_t& _report, - const string& _format = "", - bool _flatten_list = false) - : report(_report), format(_format), disp_pred(), - flatten_list(_flatten_list) + const string& _format = "") + : report(_report), format(_format), disp_pred() { TRACE_CTOR(format_accounts, "report&, const string&, bool"); -- cgit v1.2.3