summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_Chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_Chat.cpp')
-rw-r--r--source/packets/cPacket_Chat.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/packets/cPacket_Chat.cpp b/source/packets/cPacket_Chat.cpp
index da00c0aae..b475848b0 100644
--- a/source/packets/cPacket_Chat.cpp
+++ b/source/packets/cPacket_Chat.cpp
@@ -17,13 +17,3 @@ int cPacket_Chat::Parse(cByteBuffer & a_Buffer)
-
-void cPacket_Chat::Serialize(AString & a_Data) const
-{
- AppendByte (a_Data, m_PacketID);
- AppendString16(a_Data, m_Message);
-}
-
-
-
-