From fb9af0f1116992410b7b4aab352cc843be591587 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Mar 2009 23:26:21 -0400 Subject: Removed the --totals option --- src/global.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/global.cc') diff --git a/src/global.cc b/src/global.cc index 0afe16d6..509ceb5e 100644 --- a/src/global.cc +++ b/src/global.cc @@ -413,9 +413,6 @@ void global_scope_t::normalize_report_options(const string& verb) if (verb[0] != 'b' && verb[0] != 'r') rep.HANDLER(base).on_only(); - if (verb[0] == 'b' || verb == "equity") - rep.HANDLER(totals).on_only(); - if (rep.HANDLED(period_) && ! rep.HANDLED(sort_all_)) rep.HANDLER(sort_xacts_).on_only(); -- cgit v1.2.3