From 25a49ac4de056f43d6c5803fcd34804fcea96ae2 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 30 Apr 2008 23:11:07 +0000
Subject: * Spring cleaned a bunch of '//TODO: unused' marked functions.
---
OpenSim/Tools/pCampBot/BotManager.cs | 17 -----------------
1 file changed, 17 deletions(-)
(limited to 'OpenSim/Tools/pCampBot')
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
{
return new ConsoleBase("Region", this);
}
-
- ///
- /// I don't think the bots use this..
- ///
- ///
- ///
- ///
- // 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: }
///
/// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit
--
cgit v1.1