diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-09 07:43:29 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:42 -0400 |
commit | 623e6e024cf43fc855c889314b8da8802c2f0449 (patch) | |
tree | ed00d4a4c36146ed9a2ff9db503777a0edd4c842 /src/amount.h | |
parent | 42d799a1fdde6278fe42be58786937e49fcf1c3f (diff) | |
download | fork-ledger-623e6e024cf43fc855c889314b8da8802c2f0449.tar.gz fork-ledger-623e6e024cf43fc855c889314b8da8802c2f0449.tar.bz2 fork-ledger-623e6e024cf43fc855c889314b8da8802c2f0449.zip |
Move commodity-related parsing code from amount.cc into commodity.cc.
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 7 |
1 files changed, 0 insertions, 7 deletions
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: |