diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/report.h b/src/report.h index 5a9fb8a5..e0150d8f 100644 --- a/src/report.h +++ b/src/report.h @@ -252,7 +252,6 @@ public: HANDLER(pending).report(out); HANDLER(percent).report(out); HANDLER(period_).report(out); - HANDLER(period_sort_).report(out); HANDLER(plot_amount_format_).report(out); HANDLER(plot_total_format_).report(out); HANDLER(price).report(out); @@ -601,8 +600,6 @@ public: string_value(text.as_string() + " " + str())); }); - OPTION(report_t, period_sort_); - OPTION__(report_t, plot_amount_format_, CTOR(report_t, plot_amount_format_) { on(none, "%(format_date(date, \"%Y-%m-%d\")) %(quantity(scrub(display_amount)))\n"); |