aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-04-02 01:23:40 +0100
committerJustin Clark-Casey (justincc)2014-04-02 01:23:40 +0100
commite5a5b69b08a96f7a39304d2e23d2471bde9f3350 (patch)
treef8da4abfe6970b4528e8228a0a8de31095e8c215
parentConsole command to rename Estate (diff)
downloadopensim-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
-rw-r--r--OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs2
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;