diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 99c3acf5..64ff6e30 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -245,8 +245,6 @@ class LocalPlayer : public Being, public ActorSpriteListener, /** Whether or not the name settings have changed */ bool mUpdateName; - virtual void handleStatusEffect(StatusEffect *effect, int effectId); - void startWalking(unsigned char dir); int mAttackRange; @@ -271,8 +269,6 @@ class LocalPlayer : public Being, public ActorSpriteListener, int mWalkingDir; /**< The direction the player is walking in. */ bool mPathSetByMouse; /**< Tells if the path was set using mouse */ - std::vector<int> mStatusEffectIcons; - int mLocalWalkTime; /**< Timestamp used to control keyboard walk messages flooding */ |