* Remove mono warnings

This commit is contained in:
Justin Clarke Casey
2008-10-17 20:45:07 +00:00
parent 400314e884
commit 739f1591da
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
uint port = 666;
llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null);
UseCircuitCodePacket uccp = new UseCircuitCodePacket();
//UseCircuitCodePacket uccp = new UseCircuitCodePacket();
//llUdpServer.epS
}
}