diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-21 20:48:27 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-21 20:48:27 +0100 |
commit | 7d5f02f5cce2b3f7b5d4089f10de4466c9762a9c (patch) | |
tree | 8a1666d0132587724224fca91e89bb3094ba1080 /src/report.h | |
parent | 127e5e7ad287d7436ca14d815ac777aba9ee7417 (diff) | |
download | fork-ledger-7d5f02f5cce2b3f7b5d4089f10de4466c9762a9c.tar.gz fork-ledger-7d5f02f5cce2b3f7b5d4089f10de4466c9762a9c.tar.bz2 fork-ledger-7d5f02f5cce2b3f7b5d4089f10de4466c9762a9c.zip |
Restored option --period-sort
This option is just an alias for --sort-xacts.
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"); |