diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-19 23:26:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-19 23:26:41 +0300 |
commit | 916433cb8ec57510af08fb5e1549076a7cb420d8 (patch) | |
tree | fc3c0cf25e0d72b321b5226e172a7689afd5bb73 | |
parent | 50658d0b86e7fcd0ea92449310b1dbcc75237267 (diff) | |
download | plus-916433cb8ec57510af08fb5e1549076a7cb420d8.tar.gz plus-916433cb8ec57510af08fb5e1549076a7cb420d8.tar.bz2 plus-916433cb8ec57510af08fb5e1549076a7cb420d8.tar.xz plus-916433cb8ec57510af08fb5e1549076a7cb420d8.zip |
Remove unused variable from localplayer class.
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 1de8fd765..7e60fa418 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -545,8 +545,6 @@ class LocalPlayer : public Being, public ActorSpriteListener, void loadHomes(); - bool mInStorage; /**< Whether storage is currently accessible */ - int mTargetTime; /** How long the being has been targeted **/ int mLastTarget; /** Time stamp of last targeting action, -1 if none. */ |