summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
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);