Cleanup some commented code

integration
BlueWall 2012-06-10 01:32:57 -04:00
parent e460663fec
commit 466f0b096f
1 changed files with 0 additions and 3 deletions

View File

@ -60,15 +60,12 @@ namespace OpenSim.Services.IntegrationService
private string m_ConfigName = "IntegrationService"; private string m_ConfigName = "IntegrationService";
// protected IPresenceService m_PresenceService;
// protected IGridService m_GridService;
protected IHttpServer m_Server; protected IHttpServer m_Server;
protected string m_IntegrationConfig; protected string m_IntegrationConfig;
protected PluginManager m_PluginManager; protected PluginManager m_PluginManager;
AddinManager am; AddinManager am;
//
protected IConfig m_IntegrationServerConfig; protected IConfig m_IntegrationServerConfig;
protected string m_IntegrationConfigLoc; protected string m_IntegrationConfigLoc;
IConfigSource m_ConfigSource; IConfigSource m_ConfigSource;