diff options
author | Justin Clarke Casey | 2009-01-08 21:05:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-08 21:05:24 +0000 |
commit | 5169b1f19e3e63e880374257f24b31c015919e05 (patch) | |
tree | e13433678efde9978d5eabd72c173eb23168e886 /OpenSim/Region/Environment/Modules/Agent/TextureDownload | |
parent | * refactor: move url sending from scene to DialogModule (diff) | |
download | opensim-SC-5169b1f19e3e63e880374257f24b31c015919e05.zip opensim-SC-5169b1f19e3e63e880374257f24b31c015919e05.tar.gz opensim-SC-5169b1f19e3e63e880374257f24b31c015919e05.tar.bz2 opensim-SC-5169b1f19e3e63e880374257f24b31c015919e05.tar.xz |
* Establish placeholder for future TextureSender tests
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Agent/TextureDownload')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs b/OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs index 715dc4b..d6c9877 100644 --- a/OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs +++ b/OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs | |||
@@ -35,7 +35,6 @@ using OpenSim.Framework.Statistics; | |||
35 | using OpenSim.Region.Environment.Interfaces; | 35 | using OpenSim.Region.Environment.Interfaces; |
36 | using OpenSim.Region.Environment.Scenes; | 36 | using OpenSim.Region.Environment.Scenes; |
37 | 37 | ||
38 | |||
39 | namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload | 38 | namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload |
40 | { | 39 | { |
41 | /// <summary> | 40 | /// <summary> |