aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/streams.h1
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; }