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/mercenaryhandler.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'src/net/tmwa/mercenaryhandler.h') diff --git a/src/net/tmwa/mercenaryhandler.h b/src/net/tmwa/mercenaryhandler.h index 98834b781..207c8b3d2 100644 --- a/src/net/tmwa/mercenaryhandler.h +++ b/src/net/tmwa/mercenaryhandler.h @@ -35,22 +35,20 @@ class MercenaryHandler final : public Net::MercenaryHandler ~MercenaryHandler() override final; - void fire() const override final A_CONST; + void fire() const override final; - void moveToMaster() const override final A_CONST; + void moveToMaster() const override final; - void move(const int x, const int y) const override final A_CONST; + void move(const int x, const int y) const override final; void attack(const BeingId targetId, - const Keep keep) const override final A_CONST; + const Keep keep) const override final; - void talk(const std::string &restrict text) const override final - A_CONST; + void talk(const std::string &restrict text) const override final; - void emote(const uint8_t emoteId) const override final A_CONST; + void emote(const uint8_t emoteId) const override final; - void setDirection(const unsigned char type) const override final - A_CONST; + void setDirection(const unsigned char type) const override final; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2