aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
diff options
context:
space:
mode:
authorRobert Adams2012-10-01 08:27:26 -0700
committerRobert Adams2012-10-02 11:13:20 -0700
commit5221f2421e2a9b7dcc1a1e0e8cccaf1c9c94d2e2 (patch)
treea091808ef8bcf7262614bcdc12ed0d85d319a9b0 /OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
parentAdd money event routing to the script engine. (diff)
downloadopensim-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 '')
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs2
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{
37public class BSShapeCollection : IDisposable 37public 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