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

@@ -605,16 +605,6 @@ void cProtocolRecognizer::SendWeather(eWeather a_Weather)
void cProtocolRecognizer::SendWholeInventory(const cInventory & a_Inventory)
{
ASSERT(m_Protocol != NULL);
m_Protocol->SendWholeInventory(a_Inventory);
}
void cProtocolRecognizer::SendWholeInventory(const cWindow & a_Window)
{
ASSERT(m_Protocol != NULL);