aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 088d210..61817f2 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -2912,10 +2912,6 @@ namespace OpenSim.Region.Framework.Scenes
2912 client.OnViewerEffect += ProcessViewerEffect; 2912 client.OnViewerEffect += ProcessViewerEffect;
2913 } 2913 }
2914 2914
2915 protected virtual void UnsubscribeToClientEvents(IClientAPI client)
2916 {
2917 }
2918
2919 /// <summary> 2915 /// <summary>
2920 /// Unsubscribe the client from events. 2916 /// Unsubscribe the client from events.
2921 /// </summary> 2917 /// </summary>