summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-03-02 14:02:27 +0000
committerJared Adams <jaxad0127@gmail.com>2010-03-02 14:03:26 +0000
commitaa676123c375096043721487088bda40ce7653fe (patch)
tree73a472790c7e9e8c358f8d8f81ec5fb51def1394 /src/localplayer.h
parent0c8c8cf7ea63def0d454f30227584a5f3062c013 (diff)
downloadmana-client-aa676123c375096043721487088bda40ce7653fe.tar.gz
mana-client-aa676123c375096043721487088bda40ce7653fe.tar.bz2
mana-client-aa676123c375096043721487088bda40ce7653fe.tar.xz
mana-client-aa676123c375096043721487088bda40ce7653fe.zip
Remove some unused members
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 919b5540..69fd4d0f 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -391,17 +391,6 @@ class LocalPlayer : public Player
*/
bool getCheckNameSetting() const { return mUpdateName; }
- /**
- * Set if the current map is initialized.
- */
- void setMapInitialized(bool initialized)
- { mMapInitialized = initialized; }
-
- /**
- * Tells if the current map is initialized.
- */
- bool isMapInitialized() const { return mMapInitialized; }
-
/** Keeps the Equipment related values */
const std::auto_ptr<Equipment> mEquipment;
@@ -410,8 +399,6 @@ class LocalPlayer : public Player
/** Whether or not the name settings have changed */
bool mUpdateName;
- bool mMapInitialized; /**< Whether or not the map is available yet */
-
virtual void handleStatusEffect(StatusEffect *effect, int effectId);
// Colors don't change for local player