summaryrefslogtreecommitdiff
path: root/python/pyinterp.cc
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 /python/pyinterp.cc
parent1b9e7fa7be4b65dfe9c07f3ca25c2fceb23195aa (diff)
downloadfork-ledger-e8d24094304a457fabfb327c8fa180db0d9c85d1.tar.gz
fork-ledger-e8d24094304a457fabfb327c8fa180db0d9c85d1.tar.bz2
fork-ledger-e8d24094304a457fabfb327c8fa180db0d9c85d1.zip
Removed --reconcile and --reconcile-date.
Diffstat (limited to 'python/pyinterp.cc')
-rw-r--r--python/pyinterp.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyinterp.cc b/python/pyinterp.cc
index 8e1c14b3..25898a81 100644
--- a/python/pyinterp.cc
+++ b/python/pyinterp.cc
@@ -62,7 +62,6 @@ void export_output();
void export_parser();
void export_predicate();
void export_quotes();
-void export_reconcile();
void export_report();
void export_scope();
void export_session();
@@ -102,7 +101,6 @@ void initialize_for_python()
export_parser();
export_predicate();
export_quotes();
- export_reconcile();
export_report();
export_scope();
export_session();