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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/Inventory.h') diff --git a/source/Inventory.h b/source/Inventory.h index f8f8042f4..3c6a19de8 100644 --- a/source/Inventory.h +++ b/source/Inventory.h @@ -110,8 +110,6 @@ public: // tolua_end - void SendWholeInventory(cClientHandle & a_Client); - /// Returns the player associated with this inventory (const version) const cPlayer & GetOwner(void) const { return m_Owner; } -- cgit v1.2.3