diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-09-08 11:53:52 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-09-08 11:53:52 +0200 |
commit | f1b7570131c328fcf549835a435ea6bfb4721721 (patch) | |
tree | 61eb61ceb28c45443fb35d50a16445305b8a9e7a | |
parent | 434d3f97489094f3f7897bce0942cd3c46483c9f (diff) | |
download | manaserv-f1b7570131c328fcf549835a435ea6bfb4721721.tar.gz manaserv-f1b7570131c328fcf549835a435ea6bfb4721721.tar.bz2 manaserv-f1b7570131c328fcf549835a435ea6bfb4721721.tar.xz manaserv-f1b7570131c328fcf549835a435ea6bfb4721721.zip |
Removed unused variable
-rw-r--r-- | src/account-server/storage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp index bcfa39f8..91ceec94 100644 --- a/src/account-server/storage.cpp +++ b/src/account-server/storage.cpp @@ -788,7 +788,6 @@ bool Storage::updateCharacter(CharacterData *character) const Possessions &poss = character->getPossessions(); const InventoryData &inventoryData = poss.getInventory(); - const EquipData &equipData = poss.getEquipment(); for (InventoryData::const_iterator itemIt = inventoryData.begin(), j_end = inventoryData.end(); itemIt != j_end; ++itemIt) { |