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/pethandler.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/net/pethandler.h') diff --git a/src/net/pethandler.h b/src/net/pethandler.h index 5c9099afa..b33e8b8db 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -32,15 +32,10 @@ class PetHandler notfinal virtual ~PetHandler() { } - virtual void move(const int petId, - const int x, const int y) const = 0; + virtual void move(const int x, + const int y) const = 0; - virtual void spawn(const Being *const being, - const int petId, - const int x, const int y) const = 0; - - virtual void emote(const uint8_t emoteId, - const int petId) = 0; + virtual void emote(const uint8_t emoteId) = 0; virtual void catchPet(const Being *const being) const = 0; @@ -59,8 +54,6 @@ class PetHandler notfinal virtual void unequip() const = 0; virtual void setDirection(const unsigned char type) const = 0; - - virtual void startAi(const bool start) const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50