summaryrefslogtreecommitdiff
path: root/amounts.cc
diff options
context:
space:
mode:
Diffstat (limited to 'amounts.cc')
-rw-r--r--amounts.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/amounts.cc b/amounts.cc
deleted file mode 100644
index 6bb9ddbc..00000000
--- a/amounts.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <boost/python.hpp>
-
-using namespace boost::python;
-
-void export_amount();
-void export_balance();
-void export_value();
-
-BOOST_PYTHON_MODULE(amounts)
-{
- export_amount();
- export_balance();
- export_value();
-}