* Spring cleaned a bunch of '//TODO: unused' marked functions.

This commit is contained in:
Adam Frisby
2008-04-30 23:11:07 +00:00
parent b67cf72bc3
commit 25a49ac4de
12 changed files with 0 additions and 414 deletions

View File

@@ -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