* minor: remove mono compiler warnings
parent
95a5bfc560
commit
a760586f26
|
@ -40,7 +40,7 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
|
||||||
|
|
||||||
public class EstateTerrainXferHandler
|
public class EstateTerrainXferHandler
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
private AssetBase m_asset;
|
private AssetBase m_asset;
|
||||||
|
|
||||||
|
@ -48,9 +48,9 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
|
||||||
|
|
||||||
public event TerrainUploadComplete TerrainUploadDone;
|
public event TerrainUploadComplete TerrainUploadDone;
|
||||||
|
|
||||||
private string m_description = String.Empty;
|
//private string m_description = String.Empty;
|
||||||
private string m_name = String.Empty;
|
//private string m_name = String.Empty;
|
||||||
private UUID TransactionID = UUID.Zero;
|
//private UUID TransactionID = UUID.Zero;
|
||||||
private sbyte type = 0;
|
private sbyte type = 0;
|
||||||
|
|
||||||
public ulong mXferID;
|
public ulong mXferID;
|
||||||
|
|
|
@ -55,7 +55,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
}
|
}
|
||||||
public class OdeCharacter : PhysicsActor
|
public class OdeCharacter : PhysicsActor
|
||||||
{
|
{
|
||||||
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
//private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
private PhysicsVector _position;
|
private PhysicsVector _position;
|
||||||
private d.Vector3 _zeroPosition;
|
private d.Vector3 _zeroPosition;
|
||||||
|
|
Loading…
Reference in New Issue