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/commodity.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/commodity.h') diff --git a/src/commodity.h b/src/commodity.h index 058d32fe..c8a1e815 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -364,13 +364,6 @@ public: out << symbol(); } - void read(std::istream& in); - void read(char *& data); - void write(std::ostream& out) const; - - void read_xml(std::istream& in); - void write_xml(std::ostream& out, const int depth = 0) const; - bool valid() const; }; -- cgit v1.2.3