From 62471b26135021d75f1b9255ab613746ae2ad67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Jan 2018 04:41:50 +0300 Subject: Remove useless A_CONST attributes. --- src/net/tmwa/pethandler.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/net/tmwa/pethandler.h') diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h index 492a5ce2f..884110932 100644 --- a/src/net/tmwa/pethandler.h +++ b/src/net/tmwa/pethandler.h @@ -40,21 +40,21 @@ class PetHandler final : public Net::PetHandler void emote(const uint8_t emoteId) override final; - void catchPet(const Being *const being) const override final A_CONST; + void catchPet(const Being *const being) const override final; - void sendPetMessage(const int data) const override final A_CONST; + void sendPetMessage(const int data) const override final; - void setName(const std::string &name) const override final A_CONST; + void setName(const std::string &name) const override final; - void requestStatus() const override final A_CONST; + void requestStatus() const override final; - void feed() const override final A_CONST; + void feed() const override final; - void dropLoot() const override final A_CONST; + void dropLoot() const override final; - void returnToEgg() const override final A_CONST; + void returnToEgg() const override final; - void unequip() const override final A_CONST; + void unequip() const override final; void setDirection(const unsigned char type) const override final; -- cgit v1.2.3-70-g09d2