summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_ArmAnim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_ArmAnim.cpp')
-rw-r--r--source/packets/cPacket_ArmAnim.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/packets/cPacket_ArmAnim.cpp b/source/packets/cPacket_ArmAnim.cpp
index 6f7a261d4..8d46da39f 100644
--- a/source/packets/cPacket_ArmAnim.cpp
+++ b/source/packets/cPacket_ArmAnim.cpp
@@ -18,14 +18,3 @@ int cPacket_ArmAnim::Parse(cByteBuffer & a_Buffer)
-
-void cPacket_ArmAnim::Serialize(AString & a_Data) const
-{
- AppendByte (a_Data, m_PacketID);
- AppendInteger(a_Data, m_EntityID);
- AppendByte (a_Data, m_Animation);
-}
-
-
-
-