aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 8e6e258..ac1461e 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -4190,11 +4190,6 @@ namespace OpenSim.Region.Environment.Scenes
4190 m_httpListener.AddStreamHandler(handler); 4190 m_httpListener.AddStreamHandler(handler);
4191 } 4191 }
4192 4192
4193 public bool AddLLSDHandler(string path, LLSDMethod handler)
4194 {
4195 return m_httpListener.AddLLSDHandler(path, handler);
4196 }
4197
4198 public void RemoveStreamHandler(string httpMethod, string path) 4193 public void RemoveStreamHandler(string httpMethod, string path)
4199 { 4194 {
4200 m_httpListener.RemoveStreamHandler(httpMethod, path); 4195 m_httpListener.RemoveStreamHandler(httpMethod, path);
@@ -4205,11 +4200,6 @@ namespace OpenSim.Region.Environment.Scenes
4205 m_httpListener.RemoveHTTPHandler(httpMethod, path); 4200 m_httpListener.RemoveHTTPHandler(httpMethod, path);
4206 } 4201 }
4207 4202
4208 public bool RemoveLLSDHandler(string path, LLSDMethod handler)
4209 {
4210 return m_httpListener.RemoveLLSDHandler(path, handler);
4211 }
4212
4213 #endregion 4203 #endregion
4214 4204
4215 #region Avatar Appearance Default 4205 #region Avatar Appearance Default