diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs b/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs index fe0a243..5164289 100644 --- a/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs | |||
@@ -55,9 +55,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat | |||
55 | protected List<string> FreezeCache = new List<string>(); | 55 | protected List<string> FreezeCache = new List<string>(); |
56 | protected string m_adminPrefix = ""; | 56 | protected string m_adminPrefix = ""; |
57 | protected object m_syncy = new object(); | 57 | protected object m_syncy = new object(); |
58 | |||
59 | protected IConfig m_config; | 58 | protected IConfig m_config; |
60 | |||
61 | #region ISharedRegionModule Members | 59 | #region ISharedRegionModule Members |
62 | public virtual void Initialise(IConfigSource config) | 60 | public virtual void Initialise(IConfigSource config) |
63 | { | 61 | { |