summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-03 12:21:54 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-03 12:22:10 -0400
commit3434650848e500d605447388ef7e069ee1515b72 (patch)
treeda05e1bc5dbf5ef321d258f524518e9631dc7574 /src/value.h
parent9bdcbffb150387d64e7eff630aaad84fb0d696b1 (diff)
downloadfork-ledger-3434650848e500d605447388ef7e069ee1515b72.tar.gz
fork-ledger-3434650848e500d605447388ef7e069ee1515b72.tar.bz2
fork-ledger-3434650848e500d605447388ef7e069ee1515b72.zip
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/value.h b/src/value.h
index 5b034d03..8ee00a10 100644
--- a/src/value.h
+++ b/src/value.h
@@ -930,24 +930,6 @@ public:
void print(std::ostream& out, const bool relaxed = true) const;
/**
- * Serialization methods. A value may be deserialized from an input
- * stream or a character pointer, and it may be serialized to an
- * output stream. The methods used are:
- */
- void read(std::istream& in);
- void read(const char *& data);
- void write(std::ostream& out) const;
-
- /** @name XML Serialization
- */
- /*@{*/
-
- void read_xml(std::istream& in);
- void write_xml(std::ostream& out, const int depth = 0) const;
-
- /*@}*/
-
- /**
* Debugging methods.
*/
bool valid() const;