BulletSim: fix build break introduced by previous commit

This commit is contained in:
Robert Adams
2013-01-18 12:12:45 -08:00
parent a0d460e6bf
commit 775fd6f8cc

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()
{