summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-05 23:26:21 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-05 23:26:21 -0400
commitfb9af0f1116992410b7b4aab352cc843be591587 (patch)
treeb03235b9cba14c78c2879f8a22cce8c24c0f00e6 /src/report.cc
parent5167e6223b7a0e60a7e8db160902653fca9f2908 (diff)
downloadfork-ledger-fb9af0f1116992410b7b4aab352cc843be591587.tar.gz
fork-ledger-fb9af0f1116992410b7b4aab352cc843be591587.tar.bz2
fork-ledger-fb9af0f1116992410b7b4aab352cc843be591587.zip
Removed the --totals option
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc
index 080ba433..0e203213 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -606,7 +606,6 @@ option_t<report_t> * report_t::lookup_option(const char * p)
OPT_CH(amount_);
else OPT(tail_);
else OPT(total_);
- else OPT(totals);
else OPT(total_data);
else OPT(truncate_);
else OPT(total_width_);