diff options
Diffstat (limited to 'src/py_amount.cc')
-rw-r--r-- | src/py_amount.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/py_amount.cc b/src/py_amount.cc index 8721f879..0bb5c26a 100644 --- a/src/py_amount.cc +++ b/src/py_amount.cc @@ -55,7 +55,6 @@ void export_amount() make_getter(&amount_t::current_pool, return_value_policy<reference_existing_object>())) -#if 0 .add_static_property("keep_base", &amount_t::keep_base) .add_static_property("keep_price", &amount_t::keep_price) @@ -63,7 +62,6 @@ void export_amount() .add_static_property("keep_tag", &amount_t::keep_tag) .add_static_property("stream_fullstrings", &amount_t::stream_fullstrings) -#endif .def(init<double>()) .def(init<long>()) |