From e5a5b69b08a96f7a39304d2e23d2471bde9f3350 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 2 Apr 2014 01:23:40 +0100 Subject: remove EstateManagmentCommands.m_commander that has been unused for some time --- OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs | 2 -- 1 file changed, 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 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; -- cgit v1.1