summaryrefslogtreecommitdiff
path: root/python.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-24 04:10:39 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-24 04:10:39 -0400
commit4f56735dfa83b4415be52793bcc99fa4623b69a5 (patch)
tree3ae80552ae3a909f8c7f207a65873b8bd7f54e3b /python.cc
parentc715528f2f778a58b610d1e11cee2a5909b43d1f (diff)
downloadfork-ledger-4f56735dfa83b4415be52793bcc99fa4623b69a5.tar.gz
fork-ledger-4f56735dfa83b4415be52793bcc99fa4623b69a5.tar.bz2
fork-ledger-4f56735dfa83b4415be52793bcc99fa4623b69a5.zip
changed entry_finalizer scheme to use objects, not just function pointers
Diffstat (limited to 'python.cc')
-rw-r--r--python.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/python.cc b/python.cc
index 55c607bd..78f98d5d 100644
--- a/python.cc
+++ b/python.cc
@@ -28,7 +28,6 @@ void export_walk();
void export_format();
void export_valexpr();
void export_datetime();
-void export_autoxact();
void export_derive();
void initialize_ledger_for_python()
@@ -50,7 +49,6 @@ void initialize_ledger_for_python()
export_format();
export_valexpr();
export_datetime();
- export_autoxact();
export_derive();
module_initialized = true;