summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 00:03:58 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 00:03:58 -0400
commite8d24094304a457fabfb327c8fa180db0d9c85d1 (patch)
tree5f531c9b37ab6789343d9f4e03396be36b8fa8c4 /src/report.h
parent1b9e7fa7be4b65dfe9c07f3ca25c2fceb23195aa (diff)
downloadfork-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.h2
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);