summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_Disconnect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_Disconnect.cpp')
-rw-r--r--source/packets/cPacket_Disconnect.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/packets/cPacket_Disconnect.cpp b/source/packets/cPacket_Disconnect.cpp
index 19eecd365..d1d433475 100644
--- a/source/packets/cPacket_Disconnect.cpp
+++ b/source/packets/cPacket_Disconnect.cpp
@@ -18,12 +18,3 @@ int cPacket_Disconnect::Parse(cByteBuffer & a_Buffer)
-void cPacket_Disconnect::Serialize(AString & a_Data) const
-{
- AppendByte (a_Data, m_PacketID);
- AppendString16(a_Data, m_Reason);
-}
-
-
-
-