From 8da86ae078c58390f581ae336a3801fcf8b89d77 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 17 Aug 2008 03:47:01 -0400 Subject: Removed dead code. --- src/commodity.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/commodity.cc') diff --git a/src/commodity.cc b/src/commodity.cc index 939b9375..e57b5eac 100644 --- a/src/commodity.cc +++ b/src/commodity.cc @@ -502,15 +502,6 @@ commodity_t * commodity_pool_t::create(const string& symbol) DEBUG("amounts.commodities", "Creating commodity '" << commodity->symbol() << "'"); - // Start out the new commodity with the default commodity's flags - // and precision, if one has been defined. -#if 0 - // jww (2007-05-02): This doesn't do anything currently! - if (default_commodity) - commodity->drop_flags(COMMODITY_STYLE_THOUSANDS | - COMMODITY_STYLE_NOMARKET); -#endif - commodity->ident = commodities.size(); commodities.push_back(commodity.get()); -- cgit v1.2.3