mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Spring cleaned a bunch of '//TODO: unused' marked functions.
This commit is contained in:
@@ -177,23 +177,6 @@ namespace pCampBot
|
||||
{
|
||||
return new ConsoleBase("Region", this);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// I don't think the bots use this..
|
||||
/// </summary>
|
||||
/// <param name="commandParams"></param>
|
||||
/// <param name="pos"></param>
|
||||
/// <returns></returns>
|
||||
// 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: }
|
||||
|
||||
/// <summary>
|
||||
/// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit
|
||||
|
||||
Reference in New Issue
Block a user