remove obsolete add physics taint

This commit is contained in:
UbitUmarov
2024-01-02 20:56:49 +00:00
parent cc6a2d2e9e
commit ef1b5a8a61
8 changed files with 11 additions and 86 deletions

View File

@@ -623,11 +623,6 @@ namespace OpenSim.Region.PhysicsModule.BulletS
return prim;
}
// This is a call from the simulator saying that some physical property has been updated.
// The BulletSim driver senses the changing of relevant properties so this taint
// information call is not needed.
public override void AddPhysicsActorTaint(PhysicsActor prim) { }
#endregion // Prim and Avatar addition and removal
#region Simulation