diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index e5b9dcb4b3..09958b1181 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -210,10 +210,6 @@ namespace OpenSim /// private void RegisterConsoleCommands() { - m_console.Commands.AddCommand("region", false, "clear assets", - "clear assets", - "Clear the asset cache", HandleClearAssets); - m_console.Commands.AddCommand("region", false, "force update", "force update", "Force the update of all objects on clients", @@ -509,11 +505,6 @@ namespace OpenSim } } - private void HandleClearAssets(string module, string[] args) - { - MainConsole.Instance.Output("Not implemented."); - } - /// /// Force resending of all updates to all clients in active region(s) ///