From 25a49ac4de056f43d6c5803fcd34804fcea96ae2 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 30 Apr 2008 23:11:07 +0000 Subject: * Spring cleaned a bunch of '//TODO: unused' marked functions. --- OpenSim/TestSuite/BotManager.cs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'OpenSim/TestSuite/BotManager.cs') diff --git a/OpenSim/TestSuite/BotManager.cs b/OpenSim/TestSuite/BotManager.cs index ec71973..61cc908 100644 --- a/OpenSim/TestSuite/BotManager.cs +++ b/OpenSim/TestSuite/BotManager.cs @@ -178,23 +178,6 @@ namespace OpenSim.TestSuite { return new ConsoleBase("Region", this); } - - /// - /// I don't think the bots use this.. - /// - /// - /// - /// - // TODO: unused: private string CombineParams(string[] commandParams, int pos) - // TODO: unused: { - // TODO: unused: string result = String.Empty; - // TODO: unused: for (int i = pos; i < commandParams.Length; i++) - // TODO: unused: { - // TODO: unused: result += commandParams[i] + " "; - // TODO: unused: } - // TODO: unused: result = result.TrimEnd(' '); - // TODO: unused: return result; - // TODO: unused: } /// /// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit -- cgit v1.1