mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* minor: remove some mono compiler warnings
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenSim.Client.Linden
|
||||
{
|
||||
public class LLStandaloneLoginModule : IRegionModule, ILoginServiceToRegionsConnector
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected List<Scene> m_scenes = new List<Scene>();
|
||||
protected Scene m_firstScene;
|
||||
|
||||
@@ -66,7 +66,7 @@ namespace OpenSim.Client.MXP.ClientStack
|
||||
private readonly string m_lastName;
|
||||
|
||||
private Vector3 m_startPosition=new Vector3(128f, 128f, 128f);
|
||||
private int m_debugLevel;
|
||||
//private int m_debugLevel;
|
||||
#endregion
|
||||
|
||||
#region Properties
|
||||
@@ -704,7 +704,7 @@ namespace OpenSim.Client.MXP.ClientStack
|
||||
|
||||
public void SetDebugPacketLevel(int newDebug)
|
||||
{
|
||||
m_debugLevel = newDebug;
|
||||
//m_debugLevel = newDebug;
|
||||
}
|
||||
|
||||
public void InPacket(object NewPack)
|
||||
|
||||
Reference in New Issue
Block a user