diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-06 23:36:32 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-06 23:36:32 -0400 |
commit | cdcd52dbafc747b01a626cfd306209187a35b5fb (patch) | |
tree | eaaa7ec47764cb96a90e9ea8368326ba04790890 /src/report.h | |
parent | 909f7b1aa343c84eccc4ca89c19f632486cf3f43 (diff) | |
download | fork-ledger-cdcd52dbafc747b01a626cfd306209187a35b5fb.tar.gz fork-ledger-cdcd52dbafc747b01a626cfd306209187a35b5fb.tar.bz2 fork-ledger-cdcd52dbafc747b01a626cfd306209187a35b5fb.zip |
Removed the nearly unknown --descend and --descend-if options.
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/report.h b/src/report.h index bc42f86c..edc3a838 100644 --- a/src/report.h +++ b/src/report.h @@ -195,8 +195,6 @@ public: OPTION(report_t, current); // -c OPTION(report_t, daily); OPTION(report_t, date_format_); // -y - OPTION(report_t, descend_); - OPTION(report_t, descend_if_); OPTION(report_t, deviation); // -D OPTION(report_t, display_); // -d |