diff --git a/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs b/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs index f30ddbd85f..fb3fbe8fa4 100644 --- a/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs +++ b/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs @@ -60,15 +60,12 @@ namespace OpenSim.Services.IntegrationService private string m_ConfigName = "IntegrationService"; - // protected IPresenceService m_PresenceService; - // protected IGridService m_GridService; protected IHttpServer m_Server; protected string m_IntegrationConfig; protected PluginManager m_PluginManager; AddinManager am; - // protected IConfig m_IntegrationServerConfig; protected string m_IntegrationConfigLoc; IConfigSource m_ConfigSource;