remove unused SOP.Create() method
parent
ceb09cde4d
commit
bec0cbe82b
|
@ -1714,20 +1714,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
Name, LocalId, id);
|
Name, LocalId, id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static SceneObjectPart Create()
|
|
||||||
{
|
|
||||||
SceneObjectPart part = new SceneObjectPart();
|
|
||||||
part.UUID = UUID.Random();
|
|
||||||
|
|
||||||
PrimitiveBaseShape shape = PrimitiveBaseShape.Create();
|
|
||||||
part.Shape = shape;
|
|
||||||
|
|
||||||
part.Name = "Primitive";
|
|
||||||
part._ownerID = UUID.Random();
|
|
||||||
|
|
||||||
return part;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Do a physics property update for a NINJA joint.
|
/// Do a physics property update for a NINJA joint.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue