aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.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/BSLinkset.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/BSLinkset.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs
index 4f225ae..a7aaf9b 100755
--- a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs
@@ -34,7 +34,7 @@ namespace OpenSim.Region.Physics.BulletSPlugin
34{ 34{
35public class BSLinkset 35public class BSLinkset
36{ 36{
37 private static string LogHeader = "[BULLETSIM LINKSET]"; 37 // private static string LogHeader = "[BULLETSIM LINKSET]";
38 38
39 public BSPhysObject LinksetRoot { get; protected set; } 39 public BSPhysObject LinksetRoot { get; protected set; }
40 40