diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-05 23:26:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-05 23:26:21 -0400 |
commit | fb9af0f1116992410b7b4aab352cc843be591587 (patch) | |
tree | b03235b9cba14c78c2879f8a22cce8c24c0f00e6 /src/report.cc | |
parent | 5167e6223b7a0e60a7e8db160902653fca9f2908 (diff) | |
download | fork-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.cc | 1 |
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_); |