From 36426b0db219d005b4cba193c20c31fa8571966c Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 21 Nov 2015 00:49:43 +0000 Subject: remove some compile warnings increasing total number by 2 --- OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'OpenSim/Capabilities') diff --git a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs index 59d8b9a..ac99692 100644 --- a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs +++ b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs @@ -55,11 +55,7 @@ namespace OpenSim.Capabilities.Handlers private IAssetService m_assetService; public const string DefaultFormat = "x-j2c"; - - // TODO: Change this to a config option - private string m_RedirectURL = null; - - + public GetTextureHandler(IAssetService assService) { m_assetService = assService; -- cgit v1.1