From 466f0b096f0d7c49d704e147cc1fe6a01340d705 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Sun, 10 Jun 2012 01:32:57 -0400 Subject: [PATCH] Cleanup some commented code --- OpenSim/Services/IntegrationService/IntegrationServiceBase.cs | 3 --- 1 file changed, 3 deletions(-) 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;