diff options
author | Justin Clark-Casey (justincc) | 2011-12-01 23:24:15 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-01 23:24:15 +0000 |
commit | 5460f2e035f50aade96b3daa0cb284bcb6faeea7 (patch) | |
tree | 623a22611e75c74f82fcb77664d971f463bcffb7 /OpenSim/Capabilities/Handlers/GetTexture | |
parent | Provide more user feedback when "debug http" is set (diff) | |
download | opensim-SC_OLD-5460f2e035f50aade96b3daa0cb284bcb6faeea7.zip opensim-SC_OLD-5460f2e035f50aade96b3daa0cb284bcb6faeea7.tar.gz opensim-SC_OLD-5460f2e035f50aade96b3daa0cb284bcb6faeea7.tar.bz2 opensim-SC_OLD-5460f2e035f50aade96b3daa0cb284bcb6faeea7.tar.xz |
refactor: Separate the upload baked texture handler out from BunchOfCaps
Diffstat (limited to 'OpenSim/Capabilities/Handlers/GetTexture')
-rw-r--r-- | OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs index e1b4fe7..245d931 100644 --- a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs +++ b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | |||
@@ -350,7 +350,5 @@ namespace OpenSim.Capabilities.Handlers | |||
350 | } | 350 | } |
351 | return null; | 351 | return null; |
352 | } | 352 | } |
353 | |||
354 | |||
355 | } | 353 | } |
356 | } | 354 | } \ No newline at end of file |