From 63367e3aac062a7b55a3ba5c36a6c7fffbb6e2cc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 29 Aug 2004 23:32:29 -0400 Subject: the amount/balance/value logic is now a library, completely separate from ledger --- python.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'python.cc') diff --git a/python.cc b/python.cc index 5ed9be31..d469c2f3 100644 --- a/python.cc +++ b/python.cc @@ -5,12 +5,6 @@ using namespace boost::python; #include "ledger.h" #include "acconf.h" -static struct cleanup_ledger_t { - ~cleanup_ledger_t() { - ledger::shutdown(); - } -} _cleanup_ledger; - void export_amount(); void export_balance(); void export_value(); @@ -37,5 +31,4 @@ BOOST_PYTHON_MODULE(ledger) { export_gnucash(); #endif export_option(); - ledger::initialize(); } -- cgit v1.2.3