summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_Handshake.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_Handshake.h')
-rw-r--r--source/packets/cPacket_Handshake.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/packets/cPacket_Handshake.h b/source/packets/cPacket_Handshake.h
index d1b06dacc..0ddddb1c1 100644
--- a/source/packets/cPacket_Handshake.h
+++ b/source/packets/cPacket_Handshake.h
@@ -17,7 +17,6 @@ public:
virtual void Serialize(AString & a_Data) const override;
std::string m_Username;
- static const unsigned int c_Size = 3; // Minimal size
};