diff options
author | Justin Clark-Casey (justincc) | 2010-07-30 21:44:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-07-30 21:44:50 +0100 |
commit | 63f3a16b72b5abde70872292cdaf3ebb8523a7e7 (patch) | |
tree | 1a2b979b97ce47d3667789255da5894c8f76cbcb /OpenSim/Region | |
parent | move attachment subscription events into AttachmentsModule from scene. (diff) | |
download | opensim-SC_OLD-63f3a16b72b5abde70872292cdaf3ebb8523a7e7.zip opensim-SC_OLD-63f3a16b72b5abde70872292cdaf3ebb8523a7e7.tar.gz opensim-SC_OLD-63f3a16b72b5abde70872292cdaf3ebb8523a7e7.tar.bz2 opensim-SC_OLD-63f3a16b72b5abde70872292cdaf3ebb8523a7e7.tar.xz |
remove empty, unused and uncalled UnsubscribeToClientEvents()
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 4 |
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> |