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.h | |
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.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/report.h b/src/report.h index b39cd53a..2b973bca 100644 --- a/src/report.h +++ b/src/report.h @@ -613,8 +613,6 @@ public: set_expr(args[0].to_string()); }); - OPTION(report_t, totals); - OPTION_(report_t, total_data, DO() { // -J parent->HANDLER(format_).on_with(parent->HANDLER(plot_total_format_).value); }); |