diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index ac1461e..d6b3f0e 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -4185,16 +4185,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
4185 | return m_httpListener.AddHTTPHandler(method, handler); | 4185 | return m_httpListener.AddHTTPHandler(method, handler); |
4186 | } | 4186 | } |
4187 | 4187 | ||
4188 | public void AddStreamHandler(IRequestHandler handler) | ||
4189 | { | ||
4190 | m_httpListener.AddStreamHandler(handler); | ||
4191 | } | ||
4192 | |||
4193 | public void RemoveStreamHandler(string httpMethod, string path) | ||
4194 | { | ||
4195 | m_httpListener.RemoveStreamHandler(httpMethod, path); | ||
4196 | } | ||
4197 | |||
4198 | public void RemoveHTTPHandler(string httpMethod, string path) | 4188 | public void RemoveHTTPHandler(string httpMethod, string path) |
4199 | { | 4189 | { |
4200 | m_httpListener.RemoveHTTPHandler(httpMethod, path); | 4190 | m_httpListener.RemoveHTTPHandler(httpMethod, path); |