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,
This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-01 01:26:50 +01:00
parent 42fe774ad1
commit 56dbab35e1
4 changed files with 1 additions and 17 deletions

View File

@@ -4189,10 +4189,6 @@ namespace OpenSim.Region.Framework.Scenes
}
}
public virtual void UpdateMovement()
{
}
/// <summary>
///
/// </summary>