1
0

Removed the obsolete SendWholeInventory(cInventory &) function.

This won't compile because there's still a change in Protocol17x.cpp pending; the next commit will fix this.
This commit is contained in:
madmaxoft
2013-11-05 18:36:58 +01:00
parent e65ce13012
commit 88472b7ce6
10 changed files with 2 additions and 46 deletions

View File

@@ -393,15 +393,6 @@ void cInventory::CopyToItems(cItems & a_Items)
void cInventory::SendWholeInventory(cClientHandle & a_Client)
{
a_Client.SendWholeInventory(*this);
}
void cInventory::SendSlot(int a_SlotNum)
{
cItem Item(GetSlot(a_SlotNum));