From 3434650848e500d605447388ef7e069ee1515b72 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 3 Feb 2009 12:21:54 -0400 Subject: Removed the binary caching code, and the XML, QIF and Gnucash parsers. --- src/balance.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/balance.cc') diff --git a/src/balance.cc b/src/balance.cc index b5c0aed7..7b1ed4dd 100644 --- a/src/balance.cc +++ b/src/balance.cc @@ -252,14 +252,4 @@ void balance_t::print(std::ostream& out, } } -void balance_t::write_xml(std::ostream& out, const int depth) const -{ - out << xml_str("\n", depth); - - foreach (const amounts_map::value_type& pair, amounts) - pair.second.write_xml(out, depth + 1); - - out << xml_str("\n", depth); -} - } // namespace ledger -- cgit v1.2.3