summaryrefslogtreecommitdiff
path: root/python/py_commodity.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 22:49:53 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 22:49:53 -0400
commitcb0faac58dde384e817d671c49d250e5beda07c9 (patch)
treebc50cadc1b1f41f72dfcd13a6d0cb46f8b274c0a /python/py_commodity.cc
parent71591555fd4069075e02a25c6403f300d9ecd59d (diff)
downloadfork-ledger-cb0faac58dde384e817d671c49d250e5beda07c9.tar.gz
fork-ledger-cb0faac58dde384e817d671c49d250e5beda07c9.tar.bz2
fork-ledger-cb0faac58dde384e817d671c49d250e5beda07c9.zip
Removed a great many unnecessary Boost.Python files.
Diffstat (limited to 'python/py_commodity.cc')
-rw-r--r--python/py_commodity.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/py_commodity.cc b/python/py_commodity.cc
index c071da18..d29ec83d 100644
--- a/python/py_commodity.cc
+++ b/python/py_commodity.cc
@@ -70,9 +70,6 @@ void export_commodity()
;
#if 0
- class_< price_point_t, bases<>,
- commodity_t, boost::noncopyable > ("PricePoint", no_init)
- ;
class_< annotation_t, bases<>,
commodity_t, boost::noncopyable > ("Annotation", no_init)
;
@@ -82,12 +79,6 @@ void export_commodity()
class_< annotated_commodity_t, bases<>,
commodity_t, boost::noncopyable > ("AnnotatedCommodity", no_init)
;
- class_< compare_amount_commodities, bases<>,
- commodity_t, boost::noncopyable > ("CompareAmountCommodities", no_init)
- ;
- class_< commodity_pool_t, bases<>,
- commodity_t, boost::noncopyable > ("CommodityPool", no_init)
- ;
#endif
}