aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-01 01:26:50 +0100
committerJustin Clark-Casey (justincc)2011-10-01 01:26:50 +0100
commit56dbab35e122e724c9277b05820417a05ad8a1be (patch)
tree890d48a61efe8a43ace2b5e667069b4cf3d0d628 /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentRemove OpenSim.Region.Examples.SimpleModule (diff)
downloadopensim-SC_OLD-56dbab35e122e724c9277b05820417a05ad8a1be.zip
opensim-SC_OLD-56dbab35e122e724c9277b05820417a05ad8a1be.tar.gz
opensim-SC_OLD-56dbab35e122e724c9277b05820417a05ad8a1be.tar.bz2
opensim-SC_OLD-56dbab35e122e724c9277b05820417a05ad8a1be.tar.xz
Remove unimplementated UpdateMovement() methods from SOG, SOP.
SP still has an implementation but this is now just a public method on SP rather than an abstract one in EntityBase. No point making the code more complex until it actually needs to be,
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index d631c12..6fa82b8 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -4189,10 +4189,6 @@ namespace OpenSim.Region.Framework.Scenes
4189 } 4189 }
4190 } 4190 }
4191 4191
4192 public virtual void UpdateMovement()
4193 {
4194 }
4195
4196 /// <summary> 4192 /// <summary>
4197 /// 4193 ///
4198 /// </summary> 4194 /// </summary>