diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-07 13:39:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-07 13:39:27 +0300 |
commit | b1deabf2284621162c35b7c0a55b3d1be205d30d (patch) | |
tree | de5a4d92e59b49e6acc5c6ff80aa75b25996dcd1 /src/being/localplayer.h | |
parent | 1cbf33d3e77b119aa0743551bd68ae0aa55d36c9 (diff) | |
download | plus-b1deabf2284621162c35b7c0a55b3d1be205d30d.tar.gz plus-b1deabf2284621162c35b7c0a55b3d1be205d30d.tar.bz2 plus-b1deabf2284621162c35b7c0a55b3d1be205d30d.tar.xz plus-b1deabf2284621162c35b7c0a55b3d1be205d30d.zip |
Remove unused variable from LocalPlayer.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index f6813a171..e6b7a99d2 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -455,9 +455,6 @@ class LocalPlayer final : public Being, std::vector<int> mStatusEffectIcons; - int mLocalWalkTime; // Timestamp used to control keyboard walk - // messages flooding - typedef std::pair<std::string, int> MessagePair; /** Queued messages*/ std::list<MessagePair> mMessages; |