Remove old and unused ScenePresence.RestoreInCurrentScene()
parent
065c5839b5
commit
61c20bd06a
OpenSim/Region/Framework/Scenes
|
@ -3243,11 +3243,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RestoreInCurrentScene()
|
|
||||||
{
|
|
||||||
AddToPhysicalScene(false); // not exactly false
|
|
||||||
}
|
|
||||||
|
|
||||||
public void Reset()
|
public void Reset()
|
||||||
{
|
{
|
||||||
// m_log.DebugFormat("[SCENE PRESENCE]: Resetting {0} in {1}", Name, Scene.RegionInfo.RegionName);
|
// m_log.DebugFormat("[SCENE PRESENCE]: Resetting {0} in {1}", Name, Scene.RegionInfo.RegionName);
|
||||||
|
|
Loading…
Reference in New Issue