diff options
author | Adam Frisby | 2008-04-30 23:11:07 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-30 23:11:07 +0000 |
commit | 25a49ac4de056f43d6c5803fcd34804fcea96ae2 (patch) | |
tree | 3b3f24601da9ebdcc8818b86fe201da2c63d7dda /OpenSim/Tools | |
parent | * Fix #3 (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Tools/pCampBot/BotManager.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index df06f47..8877f7d 100644 --- a/OpenSim/Tools/pCampBot/BotManager.cs +++ b/OpenSim/Tools/pCampBot/BotManager.cs | |||
@@ -177,23 +177,6 @@ namespace pCampBot | |||
177 | { | 177 | { |
178 | return new ConsoleBase("Region", this); | 178 | return new ConsoleBase("Region", this); |
179 | } | 179 | } |
180 | |||
181 | /// <summary> | ||
182 | /// I don't think the bots use this.. | ||
183 | /// </summary> | ||
184 | /// <param name="commandParams"></param> | ||
185 | /// <param name="pos"></param> | ||
186 | /// <returns></returns> | ||
187 | // TODO: unused: private string CombineParams(string[] commandParams, int pos) | ||
188 | // TODO: unused: { | ||
189 | // TODO: unused: string result = String.Empty; | ||
190 | // TODO: unused: for (int i = pos; i < commandParams.Length; i++) | ||
191 | // TODO: unused: { | ||
192 | // TODO: unused: result += commandParams[i] + " "; | ||
193 | // TODO: unused: } | ||
194 | // TODO: unused: result = result.TrimEnd(' '); | ||
195 | // TODO: unused: return result; | ||
196 | // TODO: unused: } | ||
197 | 180 | ||
198 | /// <summary> | 181 | /// <summary> |
199 | /// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit | 182 | /// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit |