Remove some dead code.

0.6.0-stable
Jeff Ames 2008-04-07 02:34:31 +00:00
parent dfe5e9d4eb
commit ac73033231
1 changed files with 0 additions and 13 deletions

View File

@ -3391,7 +3391,6 @@ namespace OpenSim.Region.ClientStack
if (handlerUserInfoRequest != null) if (handlerUserInfoRequest != null)
{ {
handlerUserInfoRequest(this, avUserInfoRequestPacket.AgentData.AgentID, avUserInfoRequestPacket.AgentData.SessionID); handlerUserInfoRequest(this, avUserInfoRequestPacket.AgentData.AgentID, avUserInfoRequestPacket.AgentData.SessionID);
} }
break; break;
@ -4407,14 +4406,6 @@ namespace OpenSim.Region.ClientStack
// TODO: handle this packet // TODO: handle this packet
m_log.Warn("[CLIENT]: unhandled MapItemRequest packet"); m_log.Warn("[CLIENT]: unhandled MapItemRequest packet");
break; break;
//case PacketType.AgentResume:
// TODO: handle this packet
//m_log.Warn("[CLIENT]: unhandled AgentResume packet");
//break;
//case PacketType.AgentPause:
// TODO: handle this packet
//m_log.Warn("[CLIENT]: unhandled AgentPause packet");
//break;
case PacketType.TransferAbort: case PacketType.TransferAbort:
// TODO: handle this packet // TODO: handle this packet
m_log.Warn("[CLIENT]: unhandled TransferAbort packet"); m_log.Warn("[CLIENT]: unhandled TransferAbort packet");
@ -4447,10 +4438,6 @@ namespace OpenSim.Region.ClientStack
// TODO: handle this packet // TODO: handle this packet
m_log.Warn("[CLIENT]: unhandled SoundTrigger packet"); m_log.Warn("[CLIENT]: unhandled SoundTrigger packet");
break; break;
//case PacketType.UserInfoRequest:
// TODO: handle this packet
//m_log.Warn("[CLIENT]: unhandled UserInfoRequest packet");
//break;
case PacketType.InventoryDescendents: case PacketType.InventoryDescendents:
// TODO: handle this packet // TODO: handle this packet
m_log.Warn("[CLIENT]: unhandled InventoryDescent packet"); m_log.Warn("[CLIENT]: unhandled InventoryDescent packet");