From fa035fe2d61d0c98d1bfd0153a0c3b5eb9d40de4 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 3 Jan 2023 13:20:44 +0100 Subject: Remove unused CDataStream::SetType The last use was removed in the previous commit. --- src/streams.h | 1 - 1 file changed, 1 deletion(-) 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)...); } - void SetType(int n) { nType = n; } int GetType() const { return nType; } void SetVersion(int n) { nVersion = n; } int GetVersion() const { return nVersion; } -- cgit v1.2.3