summaryrefslogtreecommitdiff
path: root/src/py_amount.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/py_amount.cc')
-rw-r--r--src/py_amount.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/py_amount.cc b/src/py_amount.cc
index efae7514..c6b3284a 100644
--- a/src/py_amount.cc
+++ b/src/py_amount.cc
@@ -282,9 +282,6 @@ internal precision."))
.def("parse_conversion", &amount_t::parse_conversion)
.staticmethod("parse_conversion")
- .def("print_", py_print)
- .def("dump", &amount_t::dump)
-
.def("valid", &amount_t::valid)
;