mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Removing more compiler warnings
This commit is contained in:
@@ -44,8 +44,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public bool m_isRootPrim;
|
||||
public EntityBase m_Parent;
|
||||
|
||||
private EventManager m_eventManager;
|
||||
|
||||
public event PrimCountTaintedDelegate OnPrimCountTainted;
|
||||
|
||||
#region Properties
|
||||
|
||||
@@ -343,7 +343,6 @@ using System;
|
||||
|
||||
Common.SendToDebug("Last OPCODE was return command. Code chunk execution complete.");
|
||||
return true;
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -73,8 +73,6 @@ namespace OpenSim.Region.Scripting
|
||||
[Obsolete("Unimplemented")]
|
||||
public void osAddToLandPassList(Key avatar, float hours)
|
||||
{
|
||||
int parcelID = 0;
|
||||
|
||||
Vector myPosition = Task.Pos;
|
||||
Land myParcel = World.LandManager.getLandObject(myPosition.X, myPosition.Y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user