From 8d97adec7bcba851dcf3e1d659767e7bf8de20ca Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Jun 2009 16:08:43 +0100 Subject: Restored --plot-amount-format, --plot-total-format --- src/report.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 21ad157d..dc53cee7 100644 --- a/src/report.h +++ b/src/report.h @@ -330,11 +330,7 @@ public: set_expr(args[0].to_string(), args[1].to_string()); }); - OPTION_(report_t, amount_data, DO() { // -j - parent->HANDLER(format_) - .on_with(none, parent->HANDLER(plot_amount_format_).value); - }); - + OPTION(report_t, amount_data); OPTION(report_t, anon); OPTION_(report_t, average, DO() { // -A @@ -750,10 +746,7 @@ public: set_expr(args[0].to_string(), args[1].to_string()); }); - OPTION_(report_t, total_data, DO() { // -J - parent->HANDLER(format_).on_with(string("--total-data"), - parent->HANDLER(plot_total_format_).value); - }); + OPTION(report_t, total_data); OPTION_(report_t, truncate_, DO() { #if 0 -- cgit v1.2.3