From 623e6e024cf43fc855c889314b8da8802c2f0449 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 May 2007 07:43:29 +0000 Subject: Move commodity-related parsing code from amount.cc into commodity.cc. --- src/amount.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index 9ac6ec0a..2f360f72 100644 --- a/src/amount.h +++ b/src/amount.h @@ -621,15 +621,8 @@ public: */ void read(std::istream& in); void read(char *& data); - void write(std::ostream& out) const; -private: - void read_quantity(std::istream& in); - void read_quantity(char *& data); - void write_quantity(std::ostream& out) const; - -public: /** * Debugging methods. There are two methods defined to help with * debugging: -- cgit v1.2.3