From d1ed605d722ea17a9d5576bdb306b9f4680d646f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Aug 2015 23:41:49 +0300 Subject: Move receive code from homunculushandler into separate file. --- src/net/eathena/homunculushandler.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/net/eathena/homunculushandler.h') diff --git a/src/net/eathena/homunculushandler.h b/src/net/eathena/homunculushandler.h index 35955b0ba..3ae52f820 100644 --- a/src/net/eathena/homunculushandler.h +++ b/src/net/eathena/homunculushandler.h @@ -57,17 +57,6 @@ class HomunculusHandler final : public MessageHandler, void emote(const uint8_t emoteId) const override final; void setDirection(const unsigned char type) const override final; - - protected: - static void processHomunculusSkills(Net::MessageIn &msg); - - static void processHomunculusData(Net::MessageIn &msg); - - static void processHomunculusInfo(Net::MessageIn &msg); - - static void processHomunculusSkillUp(Net::MessageIn &msg); - - static void processHomunculusFood(Net::MessageIn &msg); }; } // namespace EAthena -- cgit v1.2.3-60-g2f50