remove some compile warnings increasing total number by 2

This commit is contained in:
UbitUmarov
2015-11-21 00:49:43 +00:00
parent 019d057563
commit 36426b0db2
6 changed files with 6 additions and 18 deletions

View File

@@ -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;