BulletSim: fix build break introduced by previous commit

user_profiles
Robert Adams 2013-01-18 12:12:45 -08:00
parent a0d460e6bf
commit 775fd6f8cc
1 changed files with 0 additions and 5 deletions

View File

@ -261,11 +261,6 @@ public abstract class BSLinkset
// Called at taint-time!!
public abstract bool RemoveBodyDependencies(BSPrim child);
// Companion to RemoveBodyDependencies(). If RemoveBodyDependencies() returns 'true',
// this routine will restore the removed constraints.
// Called at taint-time!!
public abstract void RestoreBodyDependencies(BSPrim child);
// ================================================================
protected virtual float ComputeLinksetMass()
{