minor: remove compiler warning from NullEstateData
parent
b0bae62c30
commit
de941d2ec7
|
@ -42,7 +42,7 @@ namespace OpenSim.Data.Null
|
|||
|
||||
// private string m_connectionString;
|
||||
|
||||
private Dictionary<uint, EstateSettings> m_knownEstates = new Dictionary<uint, EstateSettings>();
|
||||
// private Dictionary<uint, EstateSettings> m_knownEstates = new Dictionary<uint, EstateSettings>();
|
||||
private EstateSettings m_estate = null;
|
||||
|
||||
private EstateSettings GetEstate()
|
||||
|
|
Loading…
Reference in New Issue