BulletSim: remove warnings for unused variables.

This commit is contained in:
Robert Adams
2012-10-01 08:27:26 -07:00
parent 54ec8b197b
commit 5221f2421e
3 changed files with 7 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenSim.Region.Physics.BulletSPlugin
{
public class BSShapeCollection : IDisposable
{
private static string LogHeader = "[BULLETSIM SHAPE COLLECTION]";
// private static string LogHeader = "[BULLETSIM SHAPE COLLECTION]";
protected BSScene PhysicsScene { get; set; }