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.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/net/eathena/pethandler.h') diff --git a/src/net/eathena/pethandler.h b/src/net/eathena/pethandler.h index ab5eaded6..32ff49984 100644 --- a/src/net/eathena/pethandler.h +++ b/src/net/eathena/pethandler.h @@ -33,15 +33,10 @@ class PetHandler final : public Net::PetHandler A_DELETE_COPY(PetHandler) - void move(const int petId, - const int x, const int y) const override final; + void move(const int x, + const int y) const override final; - void spawn(const Being *const being, - const int petId, - const int x, const int y) const override final A_CONST; - - void emote(const uint8_t emoteId, - const int petId) override final; + void emote(const uint8_t emoteId) override final; void catchPet(const Being *const being) const override final; @@ -60,8 +55,6 @@ class PetHandler final : public Net::PetHandler void unequip() const override final; void setDirection(const unsigned char type) const override final; - - void startAi(const bool start) const override final A_CONST; }; } // namespace EAthena -- cgit v1.2.3-70-g09d2