remove EstateManagmentCommands.m_commander that has been unused for some time

0.8.0.3
Justin Clark-Casey (justincc) 2014-04-02 01:23:40 +01:00
parent 43eab5e163
commit e5a5b69b08
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ namespace OpenSim.Region.CoreModules.World.Estate
protected EstateManagementModule m_module;
protected Commander m_commander = new Commander("estate");
// used to prevent multiple processing of commands when called from root region
private static string[] m_currentCmd = null;
private static EstateSettings m_estateSettings = null;