mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove some mono compiler warnings
This commit is contained in:
@@ -604,7 +604,6 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
|
||||
public void handleOnEstateManageTelehub (IClientAPI client, UUID invoice, UUID senderID, string cmd, uint param1)
|
||||
{
|
||||
uint ObjectLocalID;
|
||||
SceneObjectPart part;
|
||||
|
||||
switch (cmd)
|
||||
@@ -877,7 +876,6 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
return;
|
||||
|
||||
Dictionary<uint, float> sceneData = null;
|
||||
List<UUID> uuidNameLookupList = new List<UUID>();
|
||||
|
||||
if (reportType == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user