summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_ItemSwitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_ItemSwitch.h')
-rw-r--r--source/packets/cPacket_ItemSwitch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/packets/cPacket_ItemSwitch.h b/source/packets/cPacket_ItemSwitch.h
index 1b0323ea6..667b24044 100644
--- a/source/packets/cPacket_ItemSwitch.h
+++ b/source/packets/cPacket_ItemSwitch.h
@@ -16,11 +16,8 @@ public:
virtual cPacket* Clone() const { return new cPacket_ItemSwitch(*this); }
virtual int Parse(cByteBuffer & a_Buffer) override;
- virtual void Serialize(AString & a_Data) const override;
short m_SlotNum;
-
- static const unsigned int c_Size = 1 + 2;
};