Removed redundant NotInTransit function from ScenePresence. IsInTransit=false does the same thing and NotInTransit was not used anywhere.
parent
eac29396d9
commit
9ab2943abf
|
@ -2914,11 +2914,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
}
|
||||
}
|
||||
|
||||
public void NotInTransit()
|
||||
{
|
||||
IsInTransit = false;
|
||||
}
|
||||
|
||||
public void RestoreInCurrentScene()
|
||||
{
|
||||
AddToPhysicalScene(false); // not exactly false
|
||||
|
|
Loading…
Reference in New Issue