remove some mono compiler warnings
parent
3701f893d3
commit
02f9caf6ce
|
@ -604,7 +604,6 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||||
|
|
||||||
public void handleOnEstateManageTelehub (IClientAPI client, UUID invoice, UUID senderID, string cmd, uint param1)
|
public void handleOnEstateManageTelehub (IClientAPI client, UUID invoice, UUID senderID, string cmd, uint param1)
|
||||||
{
|
{
|
||||||
uint ObjectLocalID;
|
|
||||||
SceneObjectPart part;
|
SceneObjectPart part;
|
||||||
|
|
||||||
switch (cmd)
|
switch (cmd)
|
||||||
|
@ -877,7 +876,6 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Dictionary<uint, float> sceneData = null;
|
Dictionary<uint, float> sceneData = null;
|
||||||
List<UUID> uuidNameLookupList = new List<UUID>();
|
|
||||||
|
|
||||||
if (reportType == 1)
|
if (reportType == 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue