aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/TestSuite/BotManager.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-04-30 23:11:07 +0000
committerAdam Frisby2008-04-30 23:11:07 +0000
commit25a49ac4de056f43d6c5803fcd34804fcea96ae2 (patch)
tree3b3f24601da9ebdcc8818b86fe201da2c63d7dda /OpenSim/TestSuite/BotManager.cs
parent* Fix #3 (diff)
downloadopensim-SC_OLD-25a49ac4de056f43d6c5803fcd34804fcea96ae2.zip
opensim-SC_OLD-25a49ac4de056f43d6c5803fcd34804fcea96ae2.tar.gz
opensim-SC_OLD-25a49ac4de056f43d6c5803fcd34804fcea96ae2.tar.bz2
opensim-SC_OLD-25a49ac4de056f43d6c5803fcd34804fcea96ae2.tar.xz
* Spring cleaned a bunch of '//TODO: unused' marked functions.
Diffstat (limited to 'OpenSim/TestSuite/BotManager.cs')
-rw-r--r--OpenSim/TestSuite/BotManager.cs17
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