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/being/being.h | 2 +- src/being/localplayer.h | 2 +- src/being/playerinfo.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/being') diff --git a/src/being/being.h b/src/being/being.h index 04e6cb6ef..4e672ef52 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -265,7 +265,7 @@ class Being notfinal : public ActorSprite, */ void setGuildName(const std::string &restrict name) restrict2; - void setGuildPos(const std::string &restrict pos) restrict2 A_CONST; + void setGuildPos(const std::string &restrict pos) restrict2; /** * Adds a guild to the being. diff --git a/src/being/localplayer.h b/src/being/localplayer.h index fdb45d0e6..f8faaaecb 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -358,7 +358,7 @@ class LocalPlayer final : public Being, int getPathLength(const Being *const being) const A_WARN_UNUSED; - void targetMoved() const A_CONST; + void targetMoved() const; void setLastHitFrom(const std::string &n) { mLastHitFrom = n; } diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 4513372f6..81caa971f 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -202,7 +202,7 @@ namespace PlayerInfo /** * Initializes some internals. */ - void init() A_CONST; + void init(); void deinit(); -- cgit v1.2.3-70-g09d2