Removed redundant NotInTransit function from ScenePresence. IsInTransit=false does the same thing and NotInTransit was not used anywhere.

remove-scene-viewer
Dan Lake 2011-10-19 15:50:09 -07:00
parent eac29396d9
commit 9ab2943abf
1 changed files with 0 additions and 5 deletions

View File

@ -2914,11 +2914,6 @@ namespace OpenSim.Region.Framework.Scenes
}
}
public void NotInTransit()
{
IsInTransit = false;
}
public void RestoreInCurrentScene()
{
AddToPhysicalScene(false); // not exactly false