summaryrefslogtreecommitdiff
path: root/pyamounts.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pyamounts.cc')
-rw-r--r--pyamounts.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/pyamounts.cc b/pyamounts.cc
deleted file mode 100644
index a8b982cc..00000000
--- a/pyamounts.cc
+++ /dev/null
@@ -1,13 +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();
-}