diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-24 04:10:39 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-24 04:10:39 -0400 |
commit | 4f56735dfa83b4415be52793bcc99fa4623b69a5 (patch) | |
tree | 3ae80552ae3a909f8c7f207a65873b8bd7f54e3b /python.cc | |
parent | c715528f2f778a58b610d1e11cee2a5909b43d1f (diff) | |
download | fork-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.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |