diff options
author | UbitUmarov | 2015-11-21 00:49:43 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-21 00:49:43 +0000 |
commit | 36426b0db219d005b4cba193c20c31fa8571966c (patch) | |
tree | c0fd15a36a86389cac36cf03455afc75c66a2e00 /OpenSim/Capabilities/Handlers | |
parent | stop the Vehicle AFTER fixing position not before, bc stop code also updates... (diff) | |
download | opensim-SC_OLD-36426b0db219d005b4cba193c20c31fa8571966c.zip opensim-SC_OLD-36426b0db219d005b4cba193c20c31fa8571966c.tar.gz opensim-SC_OLD-36426b0db219d005b4cba193c20c31fa8571966c.tar.bz2 opensim-SC_OLD-36426b0db219d005b4cba193c20c31fa8571966c.tar.xz |
remove some compile warnings increasing total number by 2
Diffstat (limited to 'OpenSim/Capabilities/Handlers')
-rw-r--r-- | OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | 6 |
1 files changed, 1 insertions, 5 deletions
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 | |||
55 | private IAssetService m_assetService; | 55 | private IAssetService m_assetService; |
56 | 56 | ||
57 | public const string DefaultFormat = "x-j2c"; | 57 | public const string DefaultFormat = "x-j2c"; |
58 | 58 | ||
59 | // TODO: Change this to a config option | ||
60 | private string m_RedirectURL = null; | ||
61 | |||
62 | |||
63 | public GetTextureHandler(IAssetService assService) | 59 | public GetTextureHandler(IAssetService assService) |
64 | { | 60 | { |
65 | m_assetService = assService; | 61 | m_assetService = assService; |