diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 319825e65..20a16c5c7 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -240,9 +240,6 @@ class LocalPlayer final : public Being, int getPvpAttackType() const A_WARN_UNUSED { return mPvpAttackType; } - int getMoveToTargetType() const A_WARN_UNUSED - { return mMoveToTargetType; } - int getDisableGameModifiers() const A_WARN_UNUSED { return mDisableGameModifiers; } @@ -250,8 +247,6 @@ class LocalPlayer final : public Being, void tryPingRequest(); - void changeMoveToTargetType(const bool forward); - void switchGameModifiers(); void magicAttack() const; @@ -444,8 +439,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - std::string getMoveToTargetTypeString(); - std::string getFollowModeString(); std::string getAttackWeaponTypeString(); @@ -540,8 +533,6 @@ class LocalPlayer final : public Being, unsigned int mMagicAttackType; // pvp attack type unsigned int mPvpAttackType; - // type how move to target - unsigned int mMoveToTargetType; unsigned int mAttackType; unsigned int mFollowMode; unsigned int mImitationMode; |