diff options
author | Justin Clark-Casey (justincc) | 2013-08-23 00:53:42 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-23 00:53:42 +0100 |
commit | 61c20bd06a37bc4a8a264cdd66afc13ea3a43b79 (patch) | |
tree | 77016a067f54a12f623541e11ed71e2782a2cb41 /OpenSim/Region/Framework | |
parent | Refactor: merge SceneGraph.AddScenePresence() into CreateAndAddChildScenePres... (diff) | |
download | opensim-SC_OLD-61c20bd06a37bc4a8a264cdd66afc13ea3a43b79.zip opensim-SC_OLD-61c20bd06a37bc4a8a264cdd66afc13ea3a43b79.tar.gz opensim-SC_OLD-61c20bd06a37bc4a8a264cdd66afc13ea3a43b79.tar.bz2 opensim-SC_OLD-61c20bd06a37bc4a8a264cdd66afc13ea3a43b79.tar.xz |
Remove old and unused ScenePresence.RestoreInCurrentScene()
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 4fc207a..b4e8f09 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3243,11 +3243,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
3243 | } | 3243 | } |
3244 | } | 3244 | } |
3245 | 3245 | ||
3246 | public void RestoreInCurrentScene() | ||
3247 | { | ||
3248 | AddToPhysicalScene(false); // not exactly false | ||
3249 | } | ||
3250 | |||
3251 | public void Reset() | 3246 | public void Reset() |
3252 | { | 3247 | { |
3253 | // m_log.DebugFormat("[SCENE PRESENCE]: Resetting {0} in {1}", Name, Scene.RegionInfo.RegionName); | 3248 | // m_log.DebugFormat("[SCENE PRESENCE]: Resetting {0} in {1}", Name, Scene.RegionInfo.RegionName); |