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 38e05f4f..1f8c836f 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -31,7 +31,6 @@ // TODO move into some sane place... #define MAX_SLOT 2 -class Equipment; class FloorItem; class Inventory; class Item; @@ -144,7 +143,6 @@ class LocalPlayer : public Player float mLastAttackTime; /**< Used to synchronize the charge dialog */ std::auto_ptr<Inventory> mInventory; - std::auto_ptr<Equipment> mEquipment; protected: Network *mNetwork; |