summaryrefslogtreecommitdiff
path: root/src/report.h
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.h
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.h')
-rw-r--r--src/report.h2
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);
});