diff options
author | Justin Clark-Casey (justincc) | 2013-10-31 23:51:01 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-10-31 23:51:01 +0000 |
commit | 50794c90085438091b02123cd15aad77f90a2637 (patch) | |
tree | 2fc39ada3f072ee5c4a2bda297d13f36270858db /OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs | |
parent | Add OutgoingPacketsResentCount clientstack stat. (diff) | |
download | opensim-SC_OLD-50794c90085438091b02123cd15aad77f90a2637.zip opensim-SC_OLD-50794c90085438091b02123cd15aad77f90a2637.tar.gz opensim-SC_OLD-50794c90085438091b02123cd15aad77f90a2637.tar.bz2 opensim-SC_OLD-50794c90085438091b02123cd15aad77f90a2637.tar.xz |
minor: remove mono compiler warnings in AvatarPickerSearchModule and UploadBakedTextureModule
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs index 79a935d..4501dd9 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs | |||
@@ -107,7 +107,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
107 | 107 | ||
108 | public void RegisterCaps(UUID agentID, Caps caps) | 108 | public void RegisterCaps(UUID agentID, Caps caps) |
109 | { | 109 | { |
110 | UUID capID = UUID.Random(); | 110 | // UUID capID = UUID.Random(); |
111 | 111 | ||
112 | //caps.RegisterHandler("GetTexture", new StreamHandler("GET", "/CAPS/" + capID, ProcessGetTexture)); | 112 | //caps.RegisterHandler("GetTexture", new StreamHandler("GET", "/CAPS/" + capID, ProcessGetTexture)); |
113 | if (m_URL == "localhost") | 113 | if (m_URL == "localhost") |
@@ -127,7 +127,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
127 | { | 127 | { |
128 | caps.RegisterHandler("UploadBakedTexture", m_URL); | 128 | caps.RegisterHandler("UploadBakedTexture", m_URL); |
129 | } | 129 | } |
130 | |||
131 | } | 130 | } |
132 | } | 131 | } |
133 | } \ No newline at end of file | 132 | } \ No newline at end of file |