* minor: Remove most mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-02-25 20:53:02 +00:00
parent a5c9354df3
commit 36e648a37a
18 changed files with 26 additions and 23 deletions

View File

@@ -122,11 +122,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public event PacketStats OnPacketStats;
public event PacketDrop OnPacketDrop;
private SynchronizeClientHandler m_SynchronizeClient = null;
//private SynchronizeClientHandler m_SynchronizeClient = null;
public SynchronizeClientHandler SynchronizeClient
{
set { m_SynchronizeClient = value; }
set { /* m_SynchronizeClient = value; */ }
}
// Packet sequencing