minor: remove some mono compiler warnings
parent
5b7a5a5b8b
commit
1ffd70cef7
|
@ -44,7 +44,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||||
|
|
||||||
// private static readonly int PARM_PATH = 1;
|
// private static readonly int PARM_PATH = 1;
|
||||||
|
|
||||||
private bool enabled = false;
|
// private bool enabled = false;
|
||||||
private string qPrefix = "appearance";
|
private string qPrefix = "appearance";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -74,7 +74,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||||
|
|
||||||
// Activate if everything went OK
|
// Activate if everything went OK
|
||||||
|
|
||||||
enabled = true;
|
// enabled = true;
|
||||||
|
|
||||||
Rest.Log.InfoFormat("{0} User appearance services initialization complete", MsgId);
|
Rest.Log.InfoFormat("{0} User appearance services initialization complete", MsgId);
|
||||||
}
|
}
|
||||||
|
@ -95,7 +95,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||||
|
|
||||||
public void Close()
|
public void Close()
|
||||||
{
|
{
|
||||||
enabled = false;
|
// enabled = false;
|
||||||
Rest.Log.InfoFormat("{0} User appearance services closing down", MsgId);
|
Rest.Log.InfoFormat("{0} User appearance services closing down", MsgId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,12 +46,12 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||||
public class RestInventoryServices : IRest
|
public class RestInventoryServices : IRest
|
||||||
{
|
{
|
||||||
// private static readonly int PARM_USERID = 0;
|
// private static readonly int PARM_USERID = 0;
|
||||||
private static readonly int PARM_PATH = 1;
|
// private static readonly int PARM_PATH = 1;
|
||||||
|
|
||||||
// private bool enabled = false;
|
// private bool enabled = false;
|
||||||
private string qPrefix = "inventory";
|
private string qPrefix = "inventory";
|
||||||
|
|
||||||
private static readonly string PRIVATE_ROOT_NAME = "My Inventory";
|
// private static readonly string PRIVATE_ROOT_NAME = "My Inventory";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The constructor makes sure that the service prefix is absolute
|
/// The constructor makes sure that the service prefix is absolute
|
||||||
|
|
Loading…
Reference in New Issue