* refactor: remove unnecessary packet null check in LLClientView

* if a packet was really null it would be caught by the general exception handler at the top of the client thread, which would also provide more information and attempt a clean 
shutdown
This commit is contained in:
Justin Clarke Casey
2008-09-20 19:05:00 +00:00
parent e7064c0b19
commit 23ea8f5221
2 changed files with 8 additions and 8 deletions

View File

@@ -135,7 +135,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/* STANDARD QUEUE MANIPULATION INTERFACES */
public void Enqueue(LLQueItem item)
{
if (!m_enabled)