minor: remove mono compiler warnings from HGSuitcaseInventoryService
parent
5f58b9b552
commit
76b2b20f7e
|
@ -54,7 +54,7 @@ namespace OpenSim.Services.HypergridService
|
||||||
LogManager.GetLogger(
|
LogManager.GetLogger(
|
||||||
MethodBase.GetCurrentMethod().DeclaringType);
|
MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
private string m_HomeURL;
|
// private string m_HomeURL;
|
||||||
private IUserAccountService m_UserAccountService;
|
private IUserAccountService m_UserAccountService;
|
||||||
private IAvatarService m_AvatarService;
|
private IAvatarService m_AvatarService;
|
||||||
|
|
||||||
|
@ -96,8 +96,8 @@ namespace OpenSim.Services.HypergridService
|
||||||
if (m_AvatarService == null)
|
if (m_AvatarService == null)
|
||||||
throw new Exception(String.Format("Unable to create m_AvatarService from {0}", avatarDll));
|
throw new Exception(String.Format("Unable to create m_AvatarService from {0}", avatarDll));
|
||||||
|
|
||||||
m_HomeURL = Util.GetConfigVarFromSections<string>(config, "HomeURI",
|
// m_HomeURL = Util.GetConfigVarFromSections<string>(config, "HomeURI",
|
||||||
new string[] { "Startup", "Hypergrid", m_ConfigName }, String.Empty);
|
// new string[] { "Startup", "Hypergrid", m_ConfigName }, String.Empty);
|
||||||
|
|
||||||
// m_Cache = UserAccountCache.CreateUserAccountCache(m_UserAccountService);
|
// m_Cache = UserAccountCache.CreateUserAccountCache(m_UserAccountService);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue