summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r--src/being/playerinfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h
index e3b156d9e..f61c50325 100644
--- a/src/being/playerinfo.h
+++ b/src/being/playerinfo.h
@@ -155,12 +155,6 @@ namespace PlayerInfo
void clear();
/**
- * Changes the inventory item at the given slot.
- */
- void setInventoryItem(const int index, const int id,
- const int amount, const uint8_t refine);
-
- /**
* Returns the player's equipment.
*/
Equipment *getEquipment() A_WARN_UNUSED;