diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-07 00:03:58 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-07 00:03:58 -0400 |
commit | e8d24094304a457fabfb327c8fa180db0d9c85d1 (patch) | |
tree | 5f531c9b37ab6789343d9f4e03396be36b8fa8c4 /src/report.h | |
parent | 1b9e7fa7be4b65dfe9c07f3ca25c2fceb23195aa (diff) | |
download | fork-ledger-e8d24094304a457fabfb327c8fa180db0d9c85d1.tar.gz fork-ledger-e8d24094304a457fabfb327c8fa180db0d9c85d1.tar.bz2 fork-ledger-e8d24094304a457fabfb327c8fa180db0d9c85d1.zip |
Removed --reconcile and --reconcile-date.
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 5ab6c47c..6b252446 100644 --- a/src/report.h +++ b/src/report.h @@ -262,8 +262,6 @@ public: OPTION(report_t, quantity); // -O OPTION(report_t, quarterly); OPTION(report_t, real); // -R - OPTION(report_t, reconcile_); - OPTION(report_t, reconcile_date_); OPTION(report_t, register_format_); OPTION(report_t, related); // -r OPTION(report_t, related_all); |