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/mask.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mask.h') diff --git a/src/mask.h b/src/mask.h index 670c1807..6b17cf61 100644 --- a/src/mask.h +++ b/src/mask.h @@ -83,9 +83,6 @@ public: bool empty() const { return expr.empty(); } - - void read(const char *& data); - void write(std::ostream& out) const; }; inline std::ostream& operator<<(std::ostream& out, const mask_t& mask) { -- cgit v1.2.3