minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-14 18:16:14 +00:00
parent 348d15707d
commit a64def8b73
4 changed files with 2 additions and 11 deletions

View File

@@ -50,8 +50,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
/// </summary>
public Scene Scene { get; set; }
private bool m_Enabled = false;
private Scene m_Scene;
private bool m_Enabled;
private XInventoryServicesConnector m_RemoteConnector;
private IUserManagement m_UserManager;