From 5d1c423648bc138fe4a67908a0f16247a80e5967 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Tue, 12 May 2009 05:24:26 -0400 Subject: Makes ItemContainer use indexes for selected and highlighted items, rather then Item pointers. As suggested by Bjorn --- src/localplayer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/localplayer.h') diff --git a/src/localplayer.h b/src/localplayer.h index 930020db..acf2ee63 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -197,11 +197,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. */ -- cgit v1.2.3-60-g2f50