diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 20a16c5c7..76fe055da 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -192,9 +192,6 @@ class LocalPlayer final : public Being, int getAttackType() const A_WARN_UNUSED { return mAttackType; } - int getFollowMode() const A_WARN_UNUSED - { return mFollowMode; } - int getImitationMode() const A_WARN_UNUSED { return mImitationMode; } @@ -202,8 +199,6 @@ class LocalPlayer final : public Being, void changeAttackType(const bool forward); - void changeFollowMode(const bool forward); - void changeImitationMode(const bool forward); void changePickUpType(const bool forward); @@ -439,8 +434,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - std::string getFollowModeString(); - std::string getAttackWeaponTypeString(); std::string getAttackTypeString(); @@ -534,7 +527,6 @@ class LocalPlayer final : public Being, // pvp attack type unsigned int mPvpAttackType; unsigned int mAttackType; - unsigned int mFollowMode; unsigned int mImitationMode; int mLastTargetX; |