summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 447306994..414933e70 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -130,11 +130,6 @@ class LocalPlayer : public Being, public ActorSpriteListener,
void actorSpriteDestroyed(const ActorSprite &actorSprite);
/**
- * Sets the attack range.
- */
- void setAttackRange(int range) { mAttackRange = range; }
-
- /**
* Gets the attack range.
*/
int getAttackRange();
@@ -506,8 +501,6 @@ class LocalPlayer : public Being, public ActorSpriteListener,
bool mInStorage; /**< Whether storage is currently accessible */
- int mAttackRange;
-
int mTargetTime; /** How long the being has been targeted **/
int mLastTarget; /** Time stamp of last targeting action,
-1 if none. */