remove empty, unused and uncalled UnsubscribeToClientEvents()

prebuild-update
Justin Clark-Casey (justincc) 2010-07-30 21:44:50 +01:00
parent 424b4b2b86
commit 63f3a16b72
1 changed files with 0 additions and 4 deletions

View File

@ -2912,10 +2912,6 @@ namespace OpenSim.Region.Framework.Scenes
client.OnViewerEffect += ProcessViewerEffect; client.OnViewerEffect += ProcessViewerEffect;
} }
protected virtual void UnsubscribeToClientEvents(IClientAPI client)
{
}
/// <summary> /// <summary>
/// Unsubscribe the client from events. /// Unsubscribe the client from events.
/// </summary> /// </summary>