From 88472b7ce68822c4487142d43308bd2fe9874e54 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Tue, 5 Nov 2013 18:36:58 +0100 Subject: 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. --- source/Inventory.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/Inventory.cpp') diff --git a/source/Inventory.cpp b/source/Inventory.cpp index d5fc7f0d8..90b998358 100644 --- a/source/Inventory.cpp +++ b/source/Inventory.cpp @@ -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)); -- cgit v1.2.3