diff --git a/src/streams.h b/src/streams.h index 37945bfc9..48c9f1880 100644 --- a/src/streams.h +++ b/src/streams.h @@ -222,8 +222,6 @@ public: int GetType() { return nType; } void SetVersion(int n) { nVersion = n; } int GetVersion() { return nVersion; } - void ReadVersion() { *this >> nVersion; } - void WriteVersion() { *this << nVersion; } CBaseDataStream& read(char* pch, size_t nSize) { @@ -407,8 +405,6 @@ public: int GetType() { return nType; } void SetVersion(int n) { nVersion = n; } int GetVersion() { return nVersion; } - void ReadVersion() { *this >> nVersion; } - void WriteVersion() { *this << nVersion; } CAutoFile& read(char* pch, size_t nSize) {