diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 11 |
1 files changed, 2 insertions, 9 deletions
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 |