diff options
author | Robert Adams | 2012-10-01 08:27:26 -0700 |
---|---|---|
committer | Robert Adams | 2012-10-02 11:13:20 -0700 |
commit | 5221f2421e2a9b7dcc1a1e0e8cccaf1c9c94d2e2 (patch) | |
tree | a091808ef8bcf7262614bcdc12ed0d85d319a9b0 /OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs | |
parent | Add money event routing to the script engine. (diff) | |
download | opensim-SC_OLD-5221f2421e2a9b7dcc1a1e0e8cccaf1c9c94d2e2.zip opensim-SC_OLD-5221f2421e2a9b7dcc1a1e0e8cccaf1c9c94d2e2.tar.gz opensim-SC_OLD-5221f2421e2a9b7dcc1a1e0e8cccaf1c9c94d2e2.tar.bz2 opensim-SC_OLD-5221f2421e2a9b7dcc1a1e0e8cccaf1c9c94d2e2.tar.xz |
BulletSim: remove warnings for unused variables.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs b/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs index dee6243..a86bf8a 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs | |||
@@ -36,7 +36,7 @@ namespace OpenSim.Region.Physics.BulletSPlugin | |||
36 | { | 36 | { |
37 | public class BSShapeCollection : IDisposable | 37 | public class BSShapeCollection : IDisposable |
38 | { | 38 | { |
39 | private static string LogHeader = "[BULLETSIM SHAPE COLLECTION]"; | 39 | // private static string LogHeader = "[BULLETSIM SHAPE COLLECTION]"; |
40 | 40 | ||
41 | protected BSScene PhysicsScene { get; set; } | 41 | protected BSScene PhysicsScene { get; set; } |
42 | 42 | ||