diff options
Diffstat (limited to 'OpenSim/TestSuite/BotManager.cs')
-rw-r--r-- | OpenSim/TestSuite/BotManager.cs | 17 |
1 files changed, 0 insertions, 17 deletions
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 | |||
178 | { | 178 | { |
179 | return new ConsoleBase("Region", this); | 179 | return new ConsoleBase("Region", this); |
180 | } | 180 | } |
181 | |||
182 | /// <summary> | ||
183 | /// I don't think the bots use this.. | ||
184 | /// </summary> | ||
185 | /// <param name="commandParams"></param> | ||
186 | /// <param name="pos"></param> | ||
187 | /// <returns></returns> | ||
188 | // TODO: unused: private string CombineParams(string[] commandParams, int pos) | ||
189 | // TODO: unused: { | ||
190 | // TODO: unused: string result = String.Empty; | ||
191 | // TODO: unused: for (int i = pos; i < commandParams.Length; i++) | ||
192 | // TODO: unused: { | ||
193 | // TODO: unused: result += commandParams[i] + " "; | ||
194 | // TODO: unused: } | ||
195 | // TODO: unused: result = result.TrimEnd(' '); | ||
196 | // TODO: unused: return result; | ||
197 | // TODO: unused: } | ||
198 | 181 | ||
199 | /// <summary> | 182 | /// <summary> |
200 | /// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit | 183 | /// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit |