diff options
author | Robert Adams | 2013-01-18 12:12:45 -0800 |
---|---|---|
committer | Robert Adams | 2013-01-23 14:24:54 -0800 |
commit | 775fd6f8cc27c80974b59a79be477a99950a7095 (patch) | |
tree | dd063a4a92b1f20a0271ff91063376b007b84417 /OpenSim/Region | |
parent | BulletSim: remove the unused RestoreBodyDependencies used by linksets (diff) | |
download | opensim-SC_OLD-775fd6f8cc27c80974b59a79be477a99950a7095.zip opensim-SC_OLD-775fd6f8cc27c80974b59a79be477a99950a7095.tar.gz opensim-SC_OLD-775fd6f8cc27c80974b59a79be477a99950a7095.tar.bz2 opensim-SC_OLD-775fd6f8cc27c80974b59a79be477a99950a7095.tar.xz |
BulletSim: fix build break introduced by previous commit
Diffstat (limited to 'OpenSim/Region')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs index 580ea4e..1e3e5d8 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | |||
@@ -261,11 +261,6 @@ public abstract class BSLinkset | |||
261 | // Called at taint-time!! | 261 | // Called at taint-time!! |
262 | public abstract bool RemoveBodyDependencies(BSPrim child); | 262 | public abstract bool RemoveBodyDependencies(BSPrim child); |
263 | 263 | ||
264 | // Companion to RemoveBodyDependencies(). If RemoveBodyDependencies() returns 'true', | ||
265 | // this routine will restore the removed constraints. | ||
266 | // Called at taint-time!! | ||
267 | public abstract void RestoreBodyDependencies(BSPrim child); | ||
268 | |||
269 | // ================================================================ | 264 | // ================================================================ |
270 | protected virtual float ComputeLinksetMass() | 265 | protected virtual float ComputeLinksetMass() |
271 | { | 266 | { |