From e7ff3945d5f670a10a6f36acb288471a5dbeb5c8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 10 Feb 2012 20:07:24 -1000 Subject: #if 0'd some unused Python bridge code --- src/py_amount.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/py_amount.cc') diff --git a/src/py_amount.cc b/src/py_amount.cc index 0b9e0410..9ce4a02d 100644 --- a/src/py_amount.cc +++ b/src/py_amount.cc @@ -77,6 +77,7 @@ namespace { amount.parse(str, flags); } +#if 0 void py_print(amount_t& amount, object out) { if (PyFile_Check(out.ptr())) { pyofstream outstr(reinterpret_cast(out.ptr())); @@ -86,6 +87,7 @@ namespace { _("Argument to amount.print_(file) is not a file object")); } } +#endif annotation_t& py_amount_annotation(amount_t& amount) { return amount.annotation(); -- cgit v1.2.3