diff options
Diffstat (limited to 'src/localplayer.h')
-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 e67630b2..38995896 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -475,8 +475,6 @@ class LocalPlayer : public Player bool mMapInitialized; /** Whether or not the map is available yet */ - float mLastAttackTime; /**< Used to synchronize the charge dialog */ - const std::auto_ptr<Equipment> mEquipment; protected: |