diff options
author | Justin Clark-Casey (justincc) | 2014-04-02 01:23:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-04-02 01:23:40 +0100 |
commit | e5a5b69b08a96f7a39304d2e23d2471bde9f3350 (patch) | |
tree | f8da4abfe6970b4528e8228a0a8de31095e8c215 /OpenSim/Region | |
parent | Console command to rename Estate (diff) | |
download | opensim-SC_OLD-e5a5b69b08a96f7a39304d2e23d2471bde9f3350.zip opensim-SC_OLD-e5a5b69b08a96f7a39304d2e23d2471bde9f3350.tar.gz opensim-SC_OLD-e5a5b69b08a96f7a39304d2e23d2471bde9f3350.tar.bz2 opensim-SC_OLD-e5a5b69b08a96f7a39304d2e23d2471bde9f3350.tar.xz |
remove EstateManagmentCommands.m_commander that has been unused for some time
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs index 4c65ce3..b1c4429 100644 --- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs +++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs | |||
@@ -52,8 +52,6 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
52 | 52 | ||
53 | protected EstateManagementModule m_module; | 53 | protected EstateManagementModule m_module; |
54 | 54 | ||
55 | protected Commander m_commander = new Commander("estate"); | ||
56 | |||
57 | // used to prevent multiple processing of commands when called from root region | 55 | // used to prevent multiple processing of commands when called from root region |
58 | private static string[] m_currentCmd = null; | 56 | private static string[] m_currentCmd = null; |
59 | private static EstateSettings m_estateSettings = null; | 57 | private static EstateSettings m_estateSettings = null; |