Remove unused CDataStream::SetType

The last use was removed in the previous commit.
This commit is contained in:
MarcoFalke 2023-01-03 13:20:44 +01:00
parent fa29e73cda
commit fa035fe2d6
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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; }