summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-05-12 05:24:26 -0400
committerChuck Miller <shadowmil@gmail.com>2009-05-12 06:07:59 -0400
commit5d1c423648bc138fe4a67908a0f16247a80e5967 (patch)
treeda883e1f0c57613e441d579cb786a58462711c31 /src/localplayer.h
parent260e22a429311e597e91e2d9a149c8fdbf5df5b3 (diff)
downloadMana-5d1c423648bc138fe4a67908a0f16247a80e5967.tar.gz
Mana-5d1c423648bc138fe4a67908a0f16247a80e5967.tar.bz2
Mana-5d1c423648bc138fe4a67908a0f16247a80e5967.tar.xz
Mana-5d1c423648bc138fe4a67908a0f16247a80e5967.zip
Makes ItemContainer use indexes for selected and highlighted items, rather then Item pointers.
As suggested by Bjorn
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 930020db..acf2ee63 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -198,11 +198,6 @@ class LocalPlayer : public Player
void inviteToParty(Player *player);
/**
- * Move the Inventory item from the old slot to the new slot.
- */
- void moveInvItem(Item *item, int newIndex);
-
- /**
* Equips an item.
*/
void equipItem(Item *item);