aboutsummaryrefslogtreecommitdiff
path: root/src/streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streams.h')
-rw-r--r--src/streams.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/streams.h b/src/streams.h
index fa001c112a..c66a996519 100644
--- a/src/streams.h
+++ b/src/streams.h
@@ -254,8 +254,6 @@ public:
int GetType() { return nType; }
void SetVersion(int n) { nVersion = n; }
int GetVersion() { return nVersion; }
- void ReadVersion() { *this >> nVersion; }
- void WriteVersion() { *this << nVersion; }
CDataStream& read(char* pch, size_t nSize)
{
@@ -434,8 +432,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)
{