From 6a67f52f6b82bb8c6259eb0b9282ab543347b9ee Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Aug 2016 01:48:07 +0300 Subject: Remove unused pet handler methods and fields. --- src/net/eathena/pethandler.cpp | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'src/net/eathena/pethandler.cpp') diff --git a/src/net/eathena/pethandler.cpp b/src/net/eathena/pethandler.cpp index 06e9985fe..8ae6a169b 100644 --- a/src/net/eathena/pethandler.cpp +++ b/src/net/eathena/pethandler.cpp @@ -39,8 +39,8 @@ PetHandler::PetHandler() petHandler = this; } -void PetHandler::move(const int petId A_UNUSED, - const int x, const int y) const +void PetHandler::move(const int x, + const int y) const { if (!serverFeatures->haveMovePet()) return; @@ -50,14 +50,7 @@ void PetHandler::move(const int petId A_UNUSED, outMsg.writeInt16(CAST_S16(y), "y"); } -void PetHandler::spawn(const Being *const being A_UNUSED, - const int petId A_UNUSED, - const int x A_UNUSED, const int y A_UNUSED) const -{ -} - -void PetHandler::emote(const uint8_t emoteId, - const int petId A_UNUSED) +void PetHandler::emote(const uint8_t emoteId) { createOutPacket(CMSG_PET_EMOTE); outMsg.writeInt8(emoteId, "emote id"); @@ -127,8 +120,4 @@ void PetHandler::setDirection(const unsigned char type) const "pet direction"); } -void PetHandler::startAi(const bool start A_UNUSED) const -{ -} - } // namespace EAthena -- cgit v1.2.3-60-g2f50