diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs index 42266ce036..18a0baff46 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs @@ -45,7 +45,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory public class RestAppearanceServices : IRest { private static readonly int PARM_USERID = 0; - private static readonly int PARM_PATH = 1; + //private static readonly int PARM_PATH = 1; private bool enabled = false; private string qPrefix = "appearance"; diff --git a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs index 0462427600..2df129bbef 100644 --- a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs @@ -253,7 +253,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid LLSDMap responseMap = new LLSDMap(); string rezHttpProtocol = "http://"; - string regionCapsHttpProtocol = "http://"; + //string regionCapsHttpProtocol = "http://"; string httpaddr = reg.ExternalHostName; string urlport = reg.HttpPort.ToString(); string requestpath = "/agent/" + UUID.Zero + "/rez_avatar/request"; @@ -261,7 +261,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid if (httpSSL) { rezHttpProtocol = "https://"; - regionCapsHttpProtocol = "https://"; + //regionCapsHttpProtocol = "https://"; urlport = httpsslport.ToString(); if (httpsCN.Length > 0)