diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-01-03 13:20:44 +0100 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-01-26 10:45:02 +0100 |
commit | fa035fe2d61d0c98d1bfd0153a0c3b5eb9d40de4 (patch) | |
tree | 5b2b9c51fb98d0bdae6caef2aa394b35e4544dea /src/streams.h | |
parent | fa29e73cdab82f98682821322cda89b1084ba887 (diff) |
Remove unused CDataStream::SetType
The last use was removed in the previous commit.
Diffstat (limited to 'src/streams.h')
-rw-r--r-- | src/streams.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/streams.h b/src/streams.h index af4d1c8010..c12ba8777a 100644 --- a/src/streams.h +++ b/src/streams.h @@ -366,7 +366,6 @@ public: ::SerializeMany(*this, std::forward<Args>(args)...); } - void SetType(int n) { nType = n; } int GetType() const { return nType; } void SetVersion(int n) { nVersion = n; } int GetVersion() const { return nVersion; } |