diff options
Diffstat (limited to 'format.cc')
-rw-r--r-- | format.cc | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -237,21 +237,3 @@ int format_t::format(std::ostream& out, xml::node_t * context, } } // namespace ledger - -#if 0 -#ifdef USE_BOOST_PYTHON - -using namespace boost::python; -using namespace ledger; - -void export_format() -{ - class_< format_t > ("Format") - .def(init<string>()) - .def("parse", &format_t::parse) - .def("format", &format_t::format) - ; -} - -#endif // USE_BOOST_PYTHON -#endif |