summaryrefslogtreecommitdiff
path: root/src/net/eathena/homunculushandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/homunculushandler.h')
-rw-r--r--src/net/eathena/homunculushandler.h11
1 files changed, 0 insertions, 11 deletions
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